mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-21 08:49:25 +08:00
34 lines
358 B
C++
34 lines
358 B
C++
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;
|
|
}
|