mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			152 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			152 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
//@ compile-flags: -C panic=unwind -C no-prepopulate-passes -Copt-level=0
 | 
						|
 | 
						|
#![crate_type = "lib"]
 | 
						|
 | 
						|
// CHECK: attributes #{{.*}} uwtable
 | 
						|
pub fn foo() {}
 |