mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 15:05:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			219 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			219 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
// compile-flags: -C control-flow-guard
 | 
						|
// ignore-msvc
 | 
						|
 | 
						|
#![crate_type = "lib"]
 | 
						|
 | 
						|
// A basic test function.
 | 
						|
pub fn test() {
 | 
						|
}
 | 
						|
 | 
						|
// Ensure the cfguard module flag is not added for non-MSVC targets.
 | 
						|
// CHECK-NOT: !"cfguard"
 |