rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20040624-1.c

4 lines
77 B
C

struct s { float f[1]; };
struct s foo();
float bar() { return foo().f[0]; }