]> git.lizzy.rs Git - rust.git/blob - src/test/ui/shebang.rs
Add more context to the literal overflow message
[rust.git] / src / test / ui / shebang.rs
1 #!/usr/bin/env rustx
2
3 // run-pass
4
5 pub fn main() { println!("Hello World"); }