OSDN Git Service

PR middle-end/34688
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 960130-1.c
1 int a[1];
2
3 int
4 main()
5 {
6   extern int a[];
7   return *a;
8 }