]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/debug/pr49032.c
Remove obsolete Tru64 UNIX V5.1B support
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / debug / pr49032.c
1 /* PR debug/49032 */
2 /* { dg-do link } */
3
4 static int s = 42;
5
6 int
7 main ()
8 {
9 int *l[18] = { &s, &s, &s, &s, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
10 return 0;
11 }