X-Git-Url: https://rtime.felk.cvut.cz/gitweb/l4.git/blobdiff_plain/8fe9942cde59835eb3c3c6936d866dd3305582ef..003b628647705666de261350195da72a38f2c4d2:/kernel/fiasco/tool/preprocess/test/verify/parser.cc diff --git a/kernel/fiasco/tool/preprocess/test/verify/parser.cc b/kernel/fiasco/tool/preprocess/test/verify/parser.cc index c11416731..5b2fdf575 100644 --- a/kernel/fiasco/tool/preprocess/test/verify/parser.cc +++ b/kernel/fiasco/tool/preprocess/test/verify/parser.cc @@ -30,20 +30,20 @@ somefunc(unsigned (*func1)(), #line 43 "parser.cpp" // And add a Foo function -void Foo::func() +void Foo::func () {} #line 47 "parser.cpp" // Try default arguments -void Foo::bar(int i, int j) +void Foo::bar (int i, int j) {} #line 51 "parser.cpp" // Try a constructor with weird syntax -Foo::Foo() +Foo::Foo () : something (reinterpret_cast(Baz::bla())) {}