mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 17:49:43 +02:00
14 lines
101 B
ObjectPascal
14 lines
101 B
ObjectPascal
unit ugenconst31a;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
interface
|
|
|
|
var
|
|
Test: LongInt = 42;
|
|
|
|
implementation
|
|
|
|
end.
|
|
|