mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:18:12 +02: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.
|