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

1 line
50 B
Ada

type Safe_Int_Ptr is not null access all Integer;