xref
: /
llvm-project
/
clang
/
test
/
Analysis
/
Inputs
/
ctu-onego-toplevel-other.cpp
(revision 56b9b97c1ef594f218eb06d2e62daa85cc238500)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
void
b
(
int
x
);
other(int y)
2
void
other
(
int
y
) {
3
b
(
1
);
4
}
5