Explorar o código

*** empty log message ***

florian %!s(int64=24) %!d(string=hai) anos
pai
achega
99fbea55b7
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      tests/webtbs/tw1122.pp

+ 12 - 0
tests/webtbs/tw1122.pp

@@ -0,0 +1,12 @@
+{$mode objfpc}
+begin
+  try
+     asm
+        // invalid opcode, e.g. SSE instruction
+        movaps %xmm6, %xmm7
+     end;
+  except
+     halt(0);
+  end;
+  halt(1);
+end.