Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
torture
/
tuple2.rs
blob: c8b3f7c6189e7c7f3bf255f798c56c0926daf5b4 [
file
] [
log
] [
blame
]
#![
feature
(
no_core
)]
#![
no_core
]
fn
main
()
{
let
a
=
123
;
let
b
=
(
a
,);
// { dg-warning "unused name" "" { target *-*-* } .-1 }
}