(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
protection/
aggregate/
mod14275.d
module protection.aggregate.mod14275;

public struct Foo
{
    package(protection) void foo() {}
    package void foo2() {}
}

package(protection) void bar()
{
}