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

// RUN: clang-import-test -import %S/Inputs/F.cpp -expression %s
void expr() {
  f(2);
}