forked from mirrors/gecko-dev
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			53 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			53 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| struct S {
 | |
|   void f(int x);
 | |
| };
 | |
| 
 | |
| void S::f(int y) {
 | |
| }
 | 
