mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 19:40:27 +01:00
Add tests to repository
This commit is contained in:
33
tests/cpp/test.cpp
Normal file
33
tests/cpp/test.cpp
Normal file
@@ -0,0 +1,33 @@
|
||||
namespace Parser
|
||||
{
|
||||
namespace XXX
|
||||
{
|
||||
class Foobar
|
||||
{
|
||||
class Blah
|
||||
{
|
||||
class Bar
|
||||
{
|
||||
class Lalala
|
||||
{
|
||||
public:
|
||||
Foobar();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
void*
|
||||
Parser::XXX::Foobar::wait(int i, const char const * const * p)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
void
|
||||
Foobar::non_nil()
|
||||
{
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user