mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-26 12:03:45 +02:00
10 lines
96 B
ObjectPascal
10 lines
96 B
ObjectPascal
|
|
function a: char;
|
|
begin
|
|
a:='c';
|
|
end;
|
|
|
|
begin
|
|
if #12 in [a, a, a, a, a] then ; { <--- }
|
|
end.
|