]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gdc.test/compilable/test313c.d
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / test313c.d
CommitLineData
b4c522fa 1// REQUIRED_ARGS: -de
5fee5ec3 2// EXTRA_FILES: imports/pkgmod313/mod.d imports/pkgmod313/package.d
b4c522fa
IB
3import imports.pkgmod313;
4
5void test()
6{
7 imports.pkgmod313.foo();
8 imports.pkgmod313.bar();
9}