tagbar/tests/cpp/multiline.cpp
2013-04-06 00:59:14 +13:00

7 lines
75 B
C++

void*
Foo::bar(int i,
const char const * const * p)
{
return;
}