rust/tests/codegen/meta-filecheck/check-prefix.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
106 B
Rust
Raw Normal View History

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