fpc/bugs/bug0036.pp
1998-03-25 11:26:49 +00:00

10 lines
161 B
ObjectPascal

program bug0036;
{Discovered by Daniel Mantione.}
var a:array[0..31] of char;
begin
a:=' '; {Incorrect Pascal statement, but why a protection error?}
end.