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

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