// Check that it is not possible to declare a variable in a package without an explicit data // type for the variable. pacakge P; x; // This is a syntax error endpackage