1 2 3 4 5 6
// compile-flags: --test #[test] mod foo {} //~ ERROR only functions may be used as tests fn main() {}