mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
8 lines
89 B
D
8 lines
89 B
D
module imports.test14901d;
|
|
|
|
import imports.test14901b;
|
|
|
|
void caller2()
|
|
{
|
|
User!2 u;
|
|
}
|