mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 02:39:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			133 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			133 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
{ %FAIL }
 | 
						|
 | 
						|
{ addr(@(x)) should be refused in normal mode }
 | 
						|
 | 
						|
var
 | 
						|
 x:function(x:longint):longint;
 | 
						|
 w:pointer;
 | 
						|
begin
 | 
						|
 w:=addr(@x);
 | 
						|
end.
 |