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

6 lines
61 B
Rust

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