ccls/tests/function_definition.cc

9 lines
66 B
C++
Raw Normal View History

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