summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbf/tw2853c.pp
blob: 975cf42a9b4dac7c42d2ad5260979a64669c7920 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ %FAIL }
{ %OPT=-So -dLOOP }
{ Test variant showing another failure }
{ added by Pierre }
{ Source provided for Free Pascal Bug Report 2853 }
{ Submitted by "Bj”rn Hendriks" on  2003-12-18 }
{ e-mail: bjoern.hendriks.ext_ese@ts.siemens.de }
program test;

begin
   WriteLn('abc');
{$ifdef LOOP}
   WriteLn('def');
{
 *)

   WriteLn('ghi');
{$endif LOOP}
   WriteLn('test');
end.