* c-c++-common/ubsan/float-cast-overflow-6.c: Add i?86-*-* target.
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / 20090218_1.c
blobc28b84ada6ee6c41a6f6342f585b35adf64c9f70
1 void bar(void);
2 void __attribute__((noinline)) *foo1 (void)
4 bar();
5 return (void *) bar;