This test case comes from bug 6457. Not a regression, this has never worked. const char[] bug6462 = ['i','n','t',' ','a',';']; static assert(bug6462 == "int a;"); // OK mixin(bug6462); test3.d(3): Error: argument to mixin must be a string, not (['i','n','t',' ','a' ,';'])
*** This issue has been marked as a duplicate of issue 2156 ***