mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-01 03:25:56 +02:00
11 lines
88 B
ObjectPascal
11 lines
88 B
ObjectPascal
unit bug0149a;
|
|
|
|
interface
|
|
|
|
Const tset = [1,2,3,4,5];
|
|
c = 1;
|
|
|
|
implementation
|
|
|
|
end.
|