Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
codegen
/
meta-filecheck
/
revision-prefix.rs
blob: 431066e3acc07a19916f4b71f93a79ba7ce4e8fb [
file
] [
log
] [
blame
] [
edit
]
// The current revision name is registered as a filecheck prefix.
//@ revisions: GOOD BAD
//@ [BAD] should-fail
// GOOD: main
// BAD: text that should not match
fn
main
()
{}