Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
codegen
/
meta-filecheck
/
filecheck-flags.rs
blob: 8e451cf4fdc94c57510ea96431f5c84ef116ceac [
file
] [
log
] [
blame
] [
edit
]
// 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
()
{}