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

21 lines
234 B
C++

INTERFACE:
// This is class Foo.
class Foo
{
};
IMPLEMENTATION:
// A long, multiline comment in front of this function definition.
// Also, a lot of specifiers that need to be handled.
PUBLIC
inline
static
void
Foo::func1()
{
}