ccls/tests/method_declaration_in_namespace.cc

13 lines
101 B
C++
Raw Normal View History

2017-02-17 09:57:44 +00:00
namespace hello {
class Foo {
void foo();
};
}
/*
OUTPUT:
Types:
Funcs:
hello::Foo::foo
Vars:
*/