mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 10:39:29 +02:00
13 lines
185 B
ObjectPascal
13 lines
185 B
ObjectPascal
{ %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.
|