blob: dc0ca072b544a9cf84e580f94a4caa2b1a33d871 [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() {}