mirror of
https://github.com/dlang/dmd.git
synced 2025-04-28 14:10:11 +03:00
4 lines
128 B
D
4 lines
128 B
D
module protection.subpkg.explicit;
|
|
|
|
package(protection) void commonAncestorFoo();
|
|
package(protection.subpkg) void samePkgFoo();
|