Explorar el Código

* macro should give warning

peter hace 25 años
padre
commit
de241db0da
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      tests/tbf/tbf0351.pp

+ 10 - 0
tests/tbf/tbf0351.pp

@@ -0,0 +1,10 @@
+{ $OPT=-Sew }
+
+{$MACRO OFF}
+
+{ The next line should give a Warning that macro support not has
+  been turned on }
+{$define mac1 := writeln('test')}
+
+begin
+end.