blob: 125f4b59ea0a6366cd4aebbcb9157d3795d1920b [file] [log] [blame]
#pragma interface "interface1.h"
struct Test {
void f();
};
inline void Test::f() {
}