d: Merge upstream dmd 47871363d, druntime, c52e28b7, phobos 99e9c1b77.
[official-gcc.git] / gcc / testsuite / gdc.dg / gdc142.d
blob7713d5e9dab575906ce272839b27bf8ce3b4cfa6
1 // https://bugzilla.gdcproject.org/show_bug.cgi?id=142
2 // { dg-do compile }
4 import gcc.attributes;
6 @attribute("noinline")
7 int test142a()()
9 return 142;
12 void test142()
14 enum E142 = test142a();