interface1-a.cc   [plain text]


struct Test {
  void f();
};

Test t;

void g() {
  t.f();
}