1 2 3 4 5 6 7 8 9
#!/usr/bin/env run-cargo-script // check-pass #![allow(unused_variables)] fn main() { let x = 5; }