Files
foc/tools/preprocess/test/verify/interfacepublic.h
2013-01-11 17:00:47 +01:00

23 lines
284 B
C++

// AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*-
#ifndef interface_h
#define interface_h
//
// INTERFACE definition follows
//
#line 2 "interface.cpp"
// This is class Foo.
class Foo
{
public:
#line 11 "interface.cpp"
void
func1();
};
#endif // interface_h