Explorar el Código

* don't allow initialzed threadvars

peter hace 23 años
padre
commit
36febe5d48
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      tests/tbf/tb0128.pp

+ 11 - 0
tests/tbf/tb0128.pp

@@ -0,0 +1,11 @@
+{ %version=1.1 }
+{ %fail }
+
+{$mode delphi}
+{$threading on}
+
+threadvar
+  { Initializing threadvars is not allowed }
+  p : longint = 1;
+begin
+end.