mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-05 22:50:40 +01:00
6 lines
123 B
ObjectPascal
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.
|