interface1.h   [plain text]


#pragma interface "interface1.h"

struct Test {
  void f();
};

inline void Test::f() {
}