mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 02:39:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			128 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			128 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
program test_int;
 | 
						|
 | 
						|
{$ifdef go32v2}
 | 
						|
  uses
 | 
						|
    dpmiexcp;
 | 
						|
{$endif go32v2}
 | 
						|
 | 
						|
procedure int;interrupt;
 | 
						|
begin
 | 
						|
end;
 | 
						|
 | 
						|
begin
 | 
						|
  int;
 | 
						|
end.
 |