mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 15:05:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			206 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			206 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
//
 | 
						|
//@ compile-flags: -Z instrument-mcount -Copt-level=0
 | 
						|
 | 
						|
#![crate_type = "lib"]
 | 
						|
 | 
						|
// CHECK: attributes #{{.*}} "frame-pointer"="all" "instrument-function-entry-inlined"="{{.*}}mcount{{.*}}"
 | 
						|
pub fn foo() {}
 |