fpc/tests/tbf/tb0074.pp
2000-12-03 21:50:07 +00:00

14 lines
195 B
ObjectPascal

{ %FAIL }
{ %OPT=-Sew }
{ Old file: tbf0351.pp }
{$MACRO OFF}
{ The next line should give a Warning that macro support not has
been turned on }
{$define mac1 := writeln('test')}
begin
end.