9 lines
		
	
	
		
			76 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			76 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
| @interface I {
 | |
|   struct AA {
 | |
|     int x;
 | |
|   } aa;
 | |
|   int var;
 | |
| }
 | |
| -(id)foo;
 | |
| @end
 | 
