(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
fail_compilation/
diag7998.d
/*
TEST_OUTPUT:
---
fail_compilation/diag7998.d(10): Error: static assert:  "abcxe"
---
*/

module diag7998;

static assert(false, "abc" ~['x'] ~ "e");