rust/tests/codegen-llvm/meta-filecheck/filecheck-flags.rs
2025-07-22 14:28:48 +02:00

9 lines
204 B
Rust

// Arguments provided via `filecheck-flags` should be passed to `filecheck`.
//@ revisions: good bad
//@ [good] filecheck-flags: --check-prefix=CUSTOM
//@ [bad] should-fail
// CUSTOM: main
fn main() {}