xref
: /
external
/
llvm-project
/
clang
/
test
/
Import
/
extern-c-function
/
test.cpp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// RUN: clang-import-test -import %
S
/
Inputs
/
F.cpp
-expression %s
expr()
2
void
expr
() {
3
f
(
2
);
4
}