Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
uniform-paths
/
issue-53691.rs
blob: 5c87f3c25eff39b269c83642e1976d322cd29d15 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
//@ aux-build:issue-53691.rs
extern
crate issue_53691
;
fn
main
()
{
issue_53691
::
f
();
issue_53691
::
g
();
}