fpc/bugs/bug0092.pp
peter aae0d9d4cf + fixed bug 92 (var -> const)
+ bug #121
  * removed uppercase names
1998-03-29 15:32:07 +00:00

10 lines
235 B
ObjectPascal

{The unfixable bug. Maybe we get an idea when we keep looking at it.
Daniel Mantione 5 februari 1998.}
const
a:1..4=2; {Crash 1.}
b:set of 1..4=[2,3]; {Also crashes, but is the same bug.}
begin
end.