mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 21:16:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			188 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			188 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // 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() {}
 | 
