mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 02:39:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			245 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			245 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
const
 | 
						|
   p : procedure a;stdcall=nil;   { <----- this doesn't what you expect !!!!}
 | 
						|
   p : procedure a stdcall=nil;   { so delphi supports also this way of }
 | 
						|
                                  { declaration                         }
 | 
						|
 | 
						|
begin
 | 
						|
end.
 | 
						|
 |