about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-14330.rs
blob: be31fa5eabc592106b267bbd4e3a143d043609a6 (plain)
1
2
3
4
5
6
7
// build-pass (FIXME(62277): could be check-pass?)
#![allow(unused_imports)]
// pretty-expanded FIXME #23616

#[macro_use] extern crate std as std2;

fn main() {}