d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / test20488.d
blob7b15ee15158a90cc1456df56414f412f40285202
1 module test20488;
3 // https://issues.dlang.org/show_bug.cgi?id=20488
4 struct Bar {
5 void opDispatch(string s, Args...) (Args args) {
7 void fun() {
8 (bool[int]).init.length;
9 this.f((int[int]).init.length);