blob: 8eb92a4a7aa998da83d84bc1cfacb2467c17c539 [file] [log] [blame]
struct s { float f[1]; };
struct s foo();
float bar() { return foo().f[0]; }