RosettaCodeData/Task/Pointers-and-references/Ada/pointers-and-references-2.ada
2023-07-01 13:44:08 -04:00

1 line
49 B
Ada

type Safe_Int_Access is not null access Integer;