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

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