about summary refs log tree commit diff
path: root/tests/ui/issues/issue-14330.rs
blob: 11199db5901f33d9c05edcaf15638936da465217 (plain)
1
2
3
4
5
6
//@ check-pass
#![allow(unused_imports)]

#[macro_use] extern crate std as std2;

fn main() {}