mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 07:59:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			164 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			164 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
{ Old file: tbs0331.pp }
 | 
						|
{  }
 | 
						|
 | 
						|
{$mode tp}
 | 
						|
unit tb0279;
 | 
						|
 | 
						|
  interface
 | 
						|
 | 
						|
    procedure a(s : string);
 | 
						|
 | 
						|
  implementation
 | 
						|
 | 
						|
    procedure a;
 | 
						|
 | 
						|
      begin
 | 
						|
      end;
 | 
						|
 | 
						|
end.
 |