4 fail_compilation/ice1144.d(14): Error: undefined identifier `a`
5 fail_compilation/ice1144.d(23): Error: template instance `ice1144.testHelper!("hello", "world")` error instantiating
9 // https://issues.dlang.org/show_bug.cgi?id=1144
10 // ICE(template.c) template mixin causes DMD crash
11 char[] testHelper(A
...)()
16 result
~= "int " ~ t
~ ";\n";
23 mixin(testHelper
!("hello", "world")());