blob: 881301c8ef61755117bedab1356f52347686ce15 [file] [log] [blame] [edit]
//@ aux-build:trivial-cast-ice.rs
//@ check-pass
// Demonstrates the ICE in #102561
#![deny(trivial_casts)]
extern crate trivial_cast_ice;
fn main() {
trivial_cast_ice::foo!();
}