mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 04:39:38 +02:00
6 lines
68 B
ObjectPascal
6 lines
68 B
ObjectPascal
{ %fail }
|
|
var c,c1,c2 : char;
|
|
begin
|
|
c:=c1 or c2; // no error
|
|
end.
|