mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 01:19:38 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			134 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			134 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
unit th010018;
 | 
						|
 | 
						|
interface
 | 
						|
type
 | 
						|
  rec=object
 | 
						|
    i : longint;
 | 
						|
    nrs : (one,two,three);
 | 
						|
  end;
 | 
						|
var
 | 
						|
  brec : rec;
 | 
						|
 | 
						|
implementation
 | 
						|
 | 
						|
end. |