mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 22:47:54 +02:00
no message
This commit is contained in:
parent
64d54c2fcb
commit
007f366bd3
9
tests/tbs/tb0350.pp
Normal file
9
tests/tbs/tb0350.pp
Normal file
@ -0,0 +1,9 @@
|
||||
{ $VERSION=1.1}
|
||||
{$mode objfpc}
|
||||
var
|
||||
a : longint absolute 0;
|
||||
|
||||
begin
|
||||
if @a<>nil then
|
||||
halt(1);
|
||||
end.
|
Loading…
Reference in New Issue
Block a user