Files
rust/tests/ui/parser/shebang/shebang-empty.rs

6 lines
61 B
Rust
Raw Normal View History

#!
//@ check-pass
2024-10-30 16:47:47 -07:00
//@ reference: input.shebang
fn main() {}