소스 검색

* new bug

peter 24 년 전
부모
커밋
927bfc6842
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  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.