aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/issue-1234.rs
blob: c6d5932c0041ea37c66655557a1c956e22d5ec5f (plain)
1
2
3
4
fn foo() -> u8 {
    // { dg-warning "function is never used" "" { target *-*-* } .-1 }
    1u8 << 2u32
}