ccls/tests/function_declaration.cc

9 lines
64 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:
*/