mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-03 10:38:45 +02:00
14 lines
195 B
ObjectPascal
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.
|