c++: mutable temps in rodata [PR116369]
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / 20081115_1.c
blobbbde9abf68493682c58ada7a9358afdd91e8990b
1 extern inline int __attribute__ ((gnu_inline))
2 e_inline_baz (void)
4 return 2 + 1;
7 int
8 foo (void)
10 return e_inline_baz ();