Sign in
llvm
/
llvm-project
/
24e9ee44a8a58ae4b23a2508ca331ebf001972e2
/
.
/
clang
/
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
);
}