blob: 8f6745246fd1db2eb1c3144b46c3793e74a1bb57 [file] [log] [blame]
// compile-flags: --test
#[test]
mod foo {} //~ ERROR only functions may be used as tests
fn main() {}