blob: cd1cd33c2840b5d28b8384fd6f8f8d3d750f94bc [file] [log] [blame]
// run-pass
// compile-flags: --cfg test
// Make sure `--cfg test` does not inject test harness
#[test]
fn test() { panic!(); }
fn main() {}