* macro should give warning

This commit is contained in:
peter 2000-09-03 21:36:17 +00:00
parent 7039100d0d
commit de241db0da

10
tests/tbf/tbf0351.pp Normal file
View File

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