blob: a245b4061f1d4ada29b9208a572cddbc51510fd0 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/diag7998.d(10): Error: static assert: "abcxe"
---
*/
module diag7998;
static assert(false, "abc" ~['x'] ~ "e");