* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / add.c
blobd796e41c7121d3bf0e33d6fdd14755b2483f5dbc
1 foo (a, b, p)
2 int *p;
4 return 34 + *p;