peter %!s(int64=24) %!d(string=hai) anos
pai
achega
927bfc6842
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  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.