| ERROR | a variable of this private type cannot be declared here |
| CAUSE | A variable declaration uses a type that is declared PRIVATE in some other compilation unit. |
| ACTION | Do not use this type in a PRIVATE variable declaration. |
| ERROR | a variable of this private type cannot be declared here |
| CAUSE | A variable declaration uses a type that is declared PRIVATE in some other compilation unit. |
| ACTION | Do not use this type in a PRIVATE variable declaration. |