]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/shebang/shebang-and-attrib.rs
Change syntax for TyAlias where clauses
[rust.git] / src / test / ui / parser / shebang / shebang-and-attrib.rs
1 #!/usr/bin/env run-cargo-script
2
3 // check-pass
4 #![allow(unused_variables)]
5
6
7 fn main() {
8     let x = 5;
9 }