Browse Source

* new bug

peter 24 years ago
parent
commit
927bfc6842
1 changed files with 11 additions and 0 deletions
  1. 11 0
      tests/tbs/tb0345.pp

+ 11 - 0
tests/tbs/tb0345.pp

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