Files
foc/kernel/fiasco/tool/preprocess/test/multifile2.cpp
2013-01-11 17:00:47 +01:00

24 lines
186 B
C++

INTERFACE:
EXTENSION class Foo
{
int more;
};
class Bar;
IMPLEMENTATION [part2]:
#include "bar.h"
PUBLIC
void
Foo::bingo (Bar* bar)
{}
PROTECTED inline
void
Foo::rambo ()
{}