about summary refs log tree commit diff
path: root/tests/ui/attr-shebang.rs
blob: 67c371aeaace3a0f6e3ddc2e897126b090f393da (plain)
1
2
3
4
5
//@ run-pass

#![allow(stable_features)]
#![feature(rust1)]
pub fn main() { }