RosettaCodeData/Task/Pointers-and-references/Ada/pointers-and-references-2.adb

2 lines
49 B
Ada
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
type Safe_Int_Access is not null access Integer;