fpc/bugs/bug0297.pp

15 lines
128 B
ObjectPascal

program test_int;
{$ifdef go32v2}
uses
dpmiexcp;
{$endif go32v2}
procedure int;interrupt;
begin
end;
begin
int;
end.