mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 10:39:29 +02:00
* new bug
This commit is contained in:
parent
64ce474b06
commit
927bfc6842
11
tests/tbs/tb0345.pp
Normal file
11
tests/tbs/tb0345.pp
Normal 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.
|
Loading…
Reference in New Issue
Block a user