Sign in
rust
/
rust-lang
/
llvm-project
/
2a2ea6b49e79325e0d10d33fac2b10ea3bebcc7c
/
.
/
clang
/
test
/
Analysis
/
Inputs
/
ctu-onego-indirect-other.cpp
blob: b9e171433e1f4e30457231ecebc20d8f27033f65 [
file
] [
log
] [
blame
]
int
bar
()
{
return
0
;
}
void
other
()
{
bar
();
}