mirror of
				https://github.com/ton-blockchain/ton
				synced 2025-03-09 15:40:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			No EOL
		
	
	
		
			180 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			No EOL
		
	
	
		
			180 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| global int i;
 | |
| 
 | |
| #include "i1sub1.fc";
 | |
| 
 | |
| () sub0() impure { i = 0; }
 | |
| 
 | |
| #include "i1sub2.fc";
 | |
| 
 | |
| () main() impure {
 | |
|   sub0();
 | |
|   sub1();
 | |
|   sub2();
 | |
|   i = 9;
 | |
| }
 | |
| 
 | |
| #include "../test/i1sub2.fc"; |