* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr47364-1.c
blob0a4e82d8564e2e60ecc94c67b41efac42dd13b26
1 static unsigned char foo[256];
3 arc4_init(void)
5 int n;
7 for (n = 0; n < 256; n++)
8 foo[n] = n;