Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issue-24106.rs
blob: 4f7b299b12f5c39b78202544ebfc923f5544944c [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
//@ aux-build:issue-24106.rs
extern
crate issue_24106
;
fn
main
()
{
issue_24106
::
go
::<()>();
}