Sign in
rust
/
rust-lang
/
rust
/
d3e4dd29a8c617e1c7bf74cf09452f76bd5f90eb
/
.
/
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
()
{}