blob: 595585257c18662b7f74b95e70c29992c5955908 [file] [log] [blame]
struct Test {
void f();
};
Test t;
void g() {
t.f();
}