fpc/tests/tbs0042.pp
1998-12-02 13:05:01 +00:00

12 lines
330 B
ObjectPascal

{ $OPT= -Rintel }
Program SomeCrash;
{ with pp -TDOS -Rintel bug0042.pp }
{ I'll try to fix this for next release -- Carl }
Begin
asm
mov ax,3*-4 { evaluator stack underflow }
end; { due to two operators following each other }
end. { this will also happen in att syntax. }