1 2 3 4 5 6 7
// Test that with the `skip-codegen` option the test isn't executed. // skip-codegen fn main() { unreachable!(); }