]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/compilable/test19657a.d
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / test19657a.d
1 /*
2 REQUIRED_ARGS: -Icompilable/imports
3 EXTRA_SOURCES: imports/test19657b.d imports/test19657c.d imports/test19657d.d imports/test19657e.d imports/test19657f.d imports/test19657g.d
4 */
5
6 import test19657c;
7 import test19657e: Bar;
8 class Foo {
9 int[Foo] _map;
10 bool func (Foo rhs, Bar bee) { return true; }
11 }