Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
consts
/
issue-28822.rs
blob: 07c30bcf98df66ce89dcaf024b173ead5317cea4 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
#![
allow
(
dead_code
)]
fn
main
()
{}
const
fn
size_ofs
(
_
:
usize
)
{}
const
fn
size_ofs2
(
_foo
:
usize
)
{}