@@ -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.