RosettaCodeData/Task/Pointers-and-references/Ada/pointers-and-references-4.ada

2 lines
50 B
Ada
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
type Safe_Int_Ptr is not null access all Integer;