blob: 16659b5fdc117a17f08daa4918e898e3b92a2365 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail136.d(10): Error: found `"EF BB BF"` when expecting `;` following statement
---
*/
void main()
{
x"EF BB BF";
}