rust/tests/ui/parser/shebang/shebang-space.rs
2024-10-30 16:47:47 -07:00

7 lines
95 B
Rust

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