blob: dc0ca072b544a9cf84e580f94a4caa2b1a33d871 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Ä ä;
/*
TEST_OUTPUT:
---
fail_compilation/fail129.d: Error: module `fail129` source file must start with BOM or ASCII character, not \xC3
---
*/
class Ä
{
}
void main() {}
|