about summary refs log tree commit diff
path: root/src/test/run-pass/compiletest-skip-codegen.rs
blob: 3c0e22613128ad9fc350929a6e7adb4bfdabbb37 (plain)
1
2
3
4
5
6
7
// Test that with the `skip-codegen` option the test isn't executed.

// skip-codegen

fn main() {
    unreachable!();
}