blob: 3c0e22613128ad9fc350929a6e7adb4bfdabbb37 [file] [log] [blame]
// Test that with the `skip-codegen` option the test isn't executed.
// skip-codegen
fn main() {
unreachable!();
}