]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/compilable/test16460.d
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / test16460.d
1 // EXTRA_FILES: imports/imp16460.d
2 module imports.test16460;
3
4 void bug()
5 {
6 auto d1 = (){
7 import imports.imp16460;
8 return val;
9 };
10 enum d2 = (){
11 import imports.imp16460;
12 return val;
13 };
14 }