Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.c-torture / compile / 20040624-1.c
blob8eb92a4a7aa998da83d84bc1cfacb2467c17c539
1 struct s { float f[1]; };
2 struct s foo();
3 float bar() { return foo().f[0]; }