d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail129.d
blobdc0ca072b544a9cf84e580f94a4caa2b1a33d871
1 Ä ä;
3 /*
4 TEST_OUTPUT:
5 ---
6 fail_compilation/fail129.d: Error: module `fail129` source file must start with BOM or ASCII character, not \xC3
7 ---
8 */
10 class Ä
14 void main() {}