소스 검색

* macro should give warning

peter 25 년 전
부모
커밋
de241db0da
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      tests/tbf/tbf0351.pp

+ 10 - 0
tests/tbf/tbf0351.pp

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