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