mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
* macro should give warning
This commit is contained in:
parent
7039100d0d
commit
de241db0da
10
tests/tbf/tbf0351.pp
Normal file
10
tests/tbf/tbf0351.pp
Normal 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.
|
Loading…
Reference in New Issue
Block a user