What will reproduce the problem?
program new;
{$DEFINE BAR}
{$IFDEF FOO}
{$IFDEF BAR}
var gsb: integer;
{$ELSE}
var gsgss: integer;
{$ENDIF}
{$ENDIF}
begin
// this should not be possible. neither should exist!
gsgss := 42;
end.
What is the expected output? What do you see instead?
See above.
Which version are you using?
Latest in Simba.
Original issue reported on code.google.com by merlijnw...@gmail.com on 27 Jul 2012 at 11:55
Original issue reported on code.google.com by
merlijnw...@gmail.com
on 27 Jul 2012 at 11:55