rust/tests/ui/parser/shebang/shebang-space.rs

7 lines
95 B
Rust
Raw Normal View History

#!
//@ check-pass
2024-10-30 23:47:47 +00:00
//@ reference: input.shebang
// ignore-tidy-end-whitespace
fn main() {}