fpc/bugs/bug0042.pp
1998-03-25 11:26:49 +00:00

11 lines
312 B
ObjectPascal

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. }