4 lines
85 B
ObjectPascal
4 lines
85 B
ObjectPascal
begin
|
|
var i: integer := -2147483648;
|
|
Assert(i.GetType = typeof(integer));
|
|
end. |