rust/tests/ui/parser/shebang/shebang-empty.rs
2024-02-16 20:02:50 +00:00

5 lines
32 B
Rust

#!
//@ check-pass
fn main() {}