OSDN Git Service

Fix PR40886.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / lto / 20081111_1.c
1 int mumble = 41;
2
3 int
4 bar (void)
5 {
6   return mumble;
7 }