d: Merge upstream dmd, druntime 4ca4140e58, phobos 454dff14d.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / test23606.d
blob4d8ab2472ba428d394a0908a87d2e9bda44a5d28
1 /* REQUIRED_ARGS: -betterC
2 */
4 // https://issues.dlang.org/show_bug.cgi?id=23606
6 string foo()()
8 string a, b;
9 return a ~ b;
12 enum s = foo();