* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr51246.c
blobc206d8689f1ac138968bb62de6e7bf0f84825a9f
1 /* PR tree-optimization/51246 */
3 int a, *b;
5 void
6 test (void)
8 while (1)
10 int c;
11 a = c;
12 b = &c;