rustc/tests/ui/parser/shebang/shebang-space.rs
2025-01-11 15:57:26 +01:00

7 lines
95 B
Rust

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