aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/torture/issue-1506.rs
blob: a38f23144ed8e5fe8042971f942a8fcef41f92f6 (plain)
1
2
3
pub fn main() {
    let _: &i32 = &&&&1;
}