mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 14:47:17 +01:00
9 lines
60 B
ObjectPascal
9 lines
60 B
ObjectPascal
{%fail}
|
|
program tb0159;
|
|
|
|
var x:pointer;
|
|
|
|
begin
|
|
x:=0;
|
|
end.
|