mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			126 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			126 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // run-pass
 | |
| // aux-build:two_macros.rs
 | |
| 
 | |
| #[macro_use(macro_two)]
 | |
| extern crate two_macros;
 | |
| 
 | |
| pub fn main() {
 | |
|     macro_two!();
 | |
| }
 | 
