rustc/tests/codegen/meta-filecheck/check-prefix.rs
2024-06-21 09:39:33 +02:00

5 lines
106 B
Rust

// Simple test that uses the default CHECK prefix and should always succeed.
// CHECK: main
fn main() {}