RosettaCodeData/Task/Memory-allocation/Ada/memory-allocation-4.adb
2026-04-30 12:34:36 -04:00

3 lines
87 B
Ada

package P is
X : Integer; -- Allocated in the result the package elaboration
end P;