Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
torture
/
block_expr4.rs
blob: 08bb6656aba8e0e4ab3cb1e10abd5ec8791ffb3a [
file
] [
log
] [
blame
]
#![
feature
(
no_core
)]
#![
no_core
]
fn
foo
()
->
isize
{
0
}
fn
main
()
{
let
a
=
foo
();
// { dg-warning "unused name" "" { target *-*-* } .-1 }
}