aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/20040310-1.c
blob: f0c85f0ada5e96db2c3664896f6a981700eaa992 (plain)
1
2
3
4
5
6
7
8
9
10
void I_wacom ()
{
  char buffer[50], *p;
  int RequestData (char *cmd)
  {
    p = buffer;
    foo (buffer);
  }
  RequestData (0);
}