mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-28 11:38:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			105 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			105 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ ignore-auxiliary (used by `./main.rs`)
 | |
| 
 | |
| #[inline]
 | |
| pub fn some_aux_mod_function() -> i32 {
 | |
|     1234
 | |
| }
 | 
