blob: f9984c74e2a3b55a83e372e6ebfb066b5a64fbed (
plain)
1
2
3
4
5
6
7
|
// 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() {}
|