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