* new bug

This commit is contained in:
peter 2001-03-10 12:56:57 +00:00
parent 64ce474b06
commit 927bfc6842

11
tests/tbs/tb0345.pp Normal file
View File

@ -0,0 +1,11 @@
{%cpu=i386}
{$asmmode intel}
begin
asm
mov eax, 1;
mov ebx, eax;
{ first comment }{ second comment }
mov ecx, eax;
end;
end.