mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 02:39:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			112 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			112 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
unit bug0077b;
 | 
						|
 | 
						|
  interface
 | 
						|
 | 
						|
    var
 | 
						|
       a : longint;
 | 
						|
       b : longint absolute a;
 | 
						|
 | 
						|
  implementation
 | 
						|
 | 
						|
end.
 |