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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
61 B
Rust
Raw Normal View History

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