mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 02:39:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			184 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			184 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
{ %FAIL }
 | 
						|
{ Old file: tbf0234.pp }
 | 
						|
{ New with void pointer                                OK 0.99.11 (PM) }
 | 
						|
 | 
						|
program bug0232;
 | 
						|
 | 
						|
var p:pointer;
 | 
						|
 | 
						|
begin
 | 
						|
     new(p);
 | 
						|
     dispose(p);
 | 
						|
end.
 |