blob: bba0c511e8c592db5fb54fc5f02e52d261d4f520 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail136.d(10): Error: `string` has no effect in expression `"\xef\xbb\xbf"`
---
*/
void main()
{
x"EF BB BF";
}