about summary refs log tree commit diff
path: root/tests/codegen-llvm/meta-filecheck/msvc-prefix-bad.rs
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() {}