ccls/tests/method_inline_declaration_in_namespace.cc
Jacob Dufault 0dc27bd3ac Update
2017-02-17 01:57:44 -08:00

13 lines
103 B
C++

namespace hello {
class Foo {
void foo() {}
};
}
/*
OUTPUT:
Types:
Funcs:
hello::Foo::foo
Vars:
*/