Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
codegen-llvm
/
meta-filecheck
/
msvc-prefix-bad.rs
blob: f9984c74e2a3b55a83e372e6ebfb066b5a64fbed [
file
] [
log
] [
blame
]
// This is exactly like `msvc-prefix-good.rs`, except that it should always fail.
//@ should-fail
// MSVC: text that should not match
// NONMSVC: text that should not match
fn
main
()
{}