3 lines
76 B
Ada
3 lines
76 B
Ada
|
|
type Int_Access is access Integer;
|
||
|
|
Int_Acc : Int_Access := new Integer'(5);
|