// Ensure we validate `#![crate_name]` on print requests and reject macro calls inside of it. // See also . //@ compile-flags: --print=crate-name #![crate_name = concat!("wrapped")] //~ ERROR malformed `crate_name` attribute input