d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / issue15818.d
blob4aed650fb29c9d9a69ef072c6a9921275d66c67a
1 module issue15818;
3 void f(int);
4 void f(int);
5 void f(int);
6 void f(int);
7 void f(int);
9 pragma(mangle, "_D10issue158181fFiZv")
10 void theVeritableF(int){}
12 void main()
14 f(1);