RosettaCodeData/Task/Memory-allocation/Ada/memory-allocation-4.ada

4 lines
87 B
Ada
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
package P is
X : Integer; -- Allocated in the result the package elaboration
end P;