]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/fail_compilation/fail129.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail129.d
1 Ä ä;
2
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 */
9
10 class Ä
11 {
12 }
13
14 void main() {}