blob: af446dc56e39d80ca7ba236f0f40a7b40b125b88 [file] [log] [blame]
//! Check that we accept crate-level inner attributes with the `#![..]` shebang syntax.
//@ check-pass
#![allow(stable_features)]
#![feature(rust1)]
pub fn main() { }