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