package test;

class PackageProtected {
    int foo;
}
