summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbf/tw8780b.pp
blob: 8f62b8b8d29cc3eceedba855c171d5439b3c4ed1 (plain)
1
2
3
4
5
{ %fail }
var c,c1,c2 : char;
begin
  c:='a' or 'b'; // Error: Operation "or" not supported for types "Char" and "Char"
end.