4 lines
87 B
Ada
4 lines
87 B
Ada
|
|
package P is
|
||
|
|
X : Integer; -- Allocated in the result the package elaboration
|
||
|
|
end P;
|