rust/src/test/run-pass/attr-shebang.rs

5 lines
82 B
Rust
Raw Normal View History

#![allow(stable_features)]
#![feature(rust1)]
pub fn main() { }
// ignore-license