Sign in
llvm
/
clang
/
327f79bc69360fadf014aecc5e81bc706f9693b6
/
.
/
test
/
Import
/
extern-c-function
/
test.cpp
blob: 50227cdf9c2b01d2c21d3a05a42f79c325fb0291 [
file
] [
log
] [
blame
]
// RUN: clang-import-test -import %S/Inputs/F.cpp -expression %s
void
expr
()
{
f
(
2
);
}