fpc/tests/tbf0297.pp
1999-12-02 13:37:37 +00:00

15 lines
128 B
ObjectPascal

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