dmd/compiler/test/compilable/protection/subpkg/explicit.d
2022-07-09 18:53:07 +02:00

4 lines
128 B
D

module protection.subpkg.explicit;
package(protection) void commonAncestorFoo();
package(protection.subpkg) void samePkgFoo();