2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20020309-1.c
blobb74061764de595ce26dd703a0210dbd194c0bafb
1 int
2 sub1 (char *p, int i)
4 char j = p[i];
7 void
8 sub2 ()
10 i = 2;
11 p = p + 2;