mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			153 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			153 B
		
	
	
	
		
			C
		
	
	
	
	
	
| // mcmodel.c
 | |
| // Demonstrate different code generation with mcmodel = medany vs. medlow
 | |
| 
 | |
| long a;
 | |
| long b[2000];
 | |
| 
 | |
| int main(void)
 | |
| {
 | |
|     return a + b[1000];
 | |
| } |