Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/18.0-2024-02-13
/
.
/
clang
/
test
/
Analysis
/
Inputs
/
ctu-onego-existingdef-other.cpp
blob: b9e171433e1f4e30457231ecebc20d8f27033f65 [
file
] [
log
] [
blame
] [
edit
]
int
bar
()
{
return
0
;
}
void
other
()
{
bar
();
}