fpc/tests/tbs0062.pp
1998-12-02 13:05:01 +00:00

10 lines
175 B
ObjectPascal

Program Bug0062;
var
myvar:boolean;
Begin
{ by fixing this we also start partly implementing LONGBOOL/WORDBOOL }
myvar:=boolean(1); { illegal type conversion }
end.