mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 02:19:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			167 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			167 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
{ %FAIL }
 | 
						|
{ Old file: tbf0301.pp }
 | 
						|
{ crash if destructor without object name is parsed    OK 0.99.13 (PFV) }
 | 
						|
 | 
						|
Program bug0301;
 | 
						|
 | 
						|
destructor done;
 | 
						|
begin
 | 
						|
end;
 | 
						|
 | 
						|
begin
 | 
						|
end. |