1 module imports.link7745b;
asdfgC2 struct C { auto asdfg() {} }
3 
4 // extreme test of bug 4820
nextis(W)5 void nextis(W)(void delegate() dg = {}) {}
6 
7 
8