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

6 lines
123 B
ObjectPascal

{ %fail }
var c,c1,c2 : char;
begin
c:=#1 or #2; // Error: Operation "or" not supported for types "Char" and "Char"
end.