fpc/tests/tbf0036.pp

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.