rust/src/test/run-pass/compiletest-skip-codegen.rs
2018-12-25 21:08:33 -07:00

7 lines
121 B
Rust

// Test that with the `skip-codegen` option the test isn't executed.
// skip-codegen
fn main() {
unreachable!();
}