mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 07:59:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			119 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			119 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
{ $OPT= -Twin32 }
 | 
						|
library test;
 | 
						|
 | 
						|
  procedure exporttest;export;
 | 
						|
 | 
						|
    begin
 | 
						|
    end;
 | 
						|
 | 
						|
  exports exporttest;
 | 
						|
 | 
						|
begin
 | 
						|
end.
 |