* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 920501-13.c
blobb5a6798ecc2139395a479c66510915afb0d39cd4
1 typedef struct{int i;}t;inline y(t u){}x(){t u;y(u);}