Rebase.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / 20140610-2.c
blob766e5f23ea33ff760ae5b6efdb4fe3eaf6ffc166
1 /* { dg-do compile } */
3 extern void abort (void);
5 int a;
6 int *p = &a;
8 void test (void)
10 if (a != 1)
11 abort ();