Clang Project
clang_source_code
/
test
/
Import
/
extern-c-function
/
Inputs
/
F.cpp
1
extern "C" {
2
void f(int arg);
3
}
4