llvm-for-llvmta/tools/clang/test/Import/extern-c-function/Inputs/F.cpp

4 lines
34 B
C++

extern "C" {
void f(int arg);
}