blob: 2bedc25e17bb5613e4478da755ed8aa11113c8bd [file] [log] [blame]
// Since we're not compiling a test runner this function should be elided
// and the build will fail because main doesn't exist
#[test]
fn main() {
} //~ ERROR `main` function not found in crate `elided_test`