class S { public: int a; }; S f() { return 1; } int main() { }