about summary refs log tree commit diff
path: root/tests/ui/parser/shebang/shebang-empty.rs
blob: 51bf8a07c907fa49b005611d793738f145bd9e1b (plain)
1
2
3
4
5
#!

//@ check-pass
//@ reference: input.shebang
fn main() {}