blob: 1047c908ad11626fc1bbe4cd2a07ba55b2b4e3c5 [file] [log] [blame]
//@ check-pass
//! This test checks that macro names resolved from the libstd prelude
//! still work even if there's a crate-level custom inner attribute.
#![feature(custom_inner_attributes)]
#![rustfmt::skip]
fn main() {
let _ = todo!();
}