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

5 lines
82 B
Ada

declare
X : Integer; -- Allocated on the stack
begin
...
end; -- X is freed