FOC/L4RE: Upstream revision 40
This commit is contained in:
15
tools/preprocess/test/interface.cpp
Normal file
15
tools/preprocess/test/interface.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
INTERFACE [interfacepublic]:
|
||||
|
||||
// This is class Foo.
|
||||
class Foo
|
||||
{
|
||||
};
|
||||
|
||||
IMPLEMENTATION:
|
||||
|
||||
PUBLIC
|
||||
void
|
||||
Foo::func1()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user