blob: eb814c6af247532fecf1887e1b9cfad530988c54 [file] [log] [blame] [edit]
#!//bin/bash
// This could not possibly be a shebang & also a valid rust file, since a Rust file
// can't start with `[`
/*
[ (mixing comments to also test that we ignore both types of comments)
*/
[allow(unused_variables)]
//@ check-pass
fn main() {
let x = 5;
}