blob: 9db4082a191598ea2ef410220a6dbf9be97fee45 [file]
#![feature(no_core)]
#![no_core]
const _: () = if true {};
const x: () = if true {}; // { dg-warning "unused name" "" { target *-*-* } }