// Check that automatic lifetime cannot be specified for variables declared in
// a package.
package P;
automatic int x;
endpackage