mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
14 lines
178 B
D
14 lines
178 B
D
Ä ä;
|
|
|
|
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/fail129.d: Error: module `fail129` source file must start with BOM or ASCII character, not \xC3
|
|
---
|
|
*/
|
|
|
|
class Ä
|
|
{
|
|
}
|
|
|
|
void main() {}
|