blob: 87120e2644f603b5f2c5204519b2855551ebe505 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail256.d(8): Error: incompatible types for (("foo"d) ~ ("bar"c)): 'dstring' and 'string'
---
*/
auto s = "foo"d ~ "bar"c;