_>void foo_int(int x) { foo(x); } _>int get_some_struct_x() { struct some_struct s=get_some_struct(); return s.x; } _>