ccls/tests/function_declaration_in_namespace.cc

11 lines
91 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:
*/