struct S { int func() { return 42; } } void main() { S s; int i = s.func(); }