mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 05:30:13 +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();
|