mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 05:59:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			100 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			100 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
program xxxx;
 | 
						|
 | 
						|
procedure yyyy;
 | 
						|
 | 
						|
var self:word;
 | 
						|
 | 
						|
begin
 | 
						|
end;
 | 
						|
 | 
						|
procedure self;
 | 
						|
 | 
						|
begin
 | 
						|
end;
 | 
						|
 | 
						|
begin
 | 
						|
end.
 |