* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr58332.c
blob22c586cb866f296c3a27e43b5b15082835a43503
1 static inline int foo (int x) { return x + 1; }
2 __attribute__ ((__optimize__ (0))) int bar (void) { return foo (100); }