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

11 lines
93 B
C++

namespace hello {
void foo(int a, int b) {}
}
/*
OUTPUT:
Types:
Funcs:
hello::foo
Vars:
*/