Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
auxiliary
/
issue-36954.rs
blob: bc444a3817b8850116b604baf127cfe25913201d [
file
] [
log
] [
blame
] [
edit
]
#![
crate_type
=
"lib"
]
const
fn
foo
(
i
:
i32
)
->
i32
{
i
}
pub
const
FOO
:
i32
=
foo
(
1
);