mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 02:19:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			87 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			87 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
unit bug0284b;
 | 
						|
interface
 | 
						|
type
 | 
						|
  o1=object
 | 
						|
    p : longint;
 | 
						|
  end;
 | 
						|
 | 
						|
implementation
 | 
						|
end.
 |