blob: 2bf436964e7b69401ae5eaae0fab3604f5569c61 [file] [log] [blame]
Ä ä;
/*
TEST_OUTPUT:
---
fail_compilation/fail129.d: Error: module fail129 source file must start with BOM or ASCII character, not \xC3
---
*/
class Ä
{
}
void main() {}