#pragma interface "interface1.h"

struct Test {
  void f();
};

inline void Test::f() {
}


syntax highlighted by Code2HTML, v. 0.9.1