fpc/tests/webtbf/tw8780a.pp
2007-04-28 18:43:58 +00:00

6 lines
68 B
ObjectPascal

{ %fail }
var c,c1,c2 : char;
begin
c:=c1 or c2; // no error
end.