Sign in
llvm
/
llvm-project
/
dda73336ad22bd0b5ecda17040c50fb10fcbe5fb
/
.
/
clang
/
test
/
Analysis
/
Inputs
/
ctu-onego-toplevel-other.cpp
blob: 668293885d90236a6997fcf4839b071cb29de92c [
file
]
void
b
(
int
x
);
void
other
(
int
y
)
{
b
(
1
);
}