view gcc/testsuite/gdc.test/compilable/test313e.d @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 1830386684a0
children
line wrap: on
line source

// first resolved as package, then created as module (with name package)
// EXTRA_SOURCES: imports/pkgmod313/mod.d imports/pkgmod313/package.d
// REQUIRED_ARGS: -de
import imports.pkgmod313; // then imported as package module

void test()
{
    imports.pkgmod313.foo();
}