Procházet zdrojové kódy

* macro should give warning

peter před 25 roky
rodič
revize
de241db0da
1 změnil soubory, kde provedl 10 přidání a 0 odebrání
  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.