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