ccls/tests/function_definition_in_namespace.cc

11 lines
93 B
C++
Raw Normal View History

2017-02-17 09:57:44 +00:00
namespace hello {
void foo(int a, int b) {}
}
/*
OUTPUT:
Types:
Funcs:
hello::foo
Vars:
*/