mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 21:16:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			338 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			338 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // This test depends on a patch that was committed to upstream LLVM
 | |
| // before 4.0, formerly backported to the Rust LLVM fork.
 | |
| 
 | |
| //@ ignore-apple
 | |
| //@ ignore-wasi
 | |
| 
 | |
| //@ compile-flags: -g -C no-prepopulate-passes
 | |
| 
 | |
| // CHECK-LABEL: @main
 | |
| // CHECK: {{.*}}DISubprogram{{.*}}name: "main",{{.*}}DI{{(SP)?}}FlagMainSubprogram{{.*}}
 | |
| 
 | |
| pub fn main() {}
 | 
