Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
issue-4517.rs
blob: 9db4082a191598ea2ef410220a6dbf9be97fee45 [
file
]
#![
feature
(
no_core
)]
#![
no_core
]
const
_
:
()
=
if
true
{};
const
x
:
()
=
if
true
{};
// { dg-warning "unused name" "" { target *-*-* } }