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