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