OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20020309-1.c
1 int
2 sub1 (char *p, int i)
3 {
4   char j = p[i];
5
6   {
7     void
8     sub2 ()
9       {
10         i = 2;
11         p = p + 2;
12       }
13   }
14 }