mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 01:39:35 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			138 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			138 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
{ %FAIL }
 | 
						|
{ Old file: tbf0357.pp }
 | 
						|
{  }
 | 
						|
 | 
						|
{ $version >= 1.1}
 | 
						|
type
 | 
						|
   ti = interface
 | 
						|
     protected
 | 
						|
       procedure p;
 | 
						|
   end;
 | 
						|
 | 
						|
begin
 | 
						|
end.
 |