Comment #0 by verylonglogin.reg — 2012-06-09T22:45:13Z
This code:
---
struct S012345678901234567890123456789{}
alias S012345678901234567890123456789* SP;
void f(SP, SP, SP);
void main() { f(null, null, null); }
---
prints this error:
---
OPTLINK (R) for Win32 Release 8.00.12
...
Error 42: Symbol Undefined _D4main1fFPSАЕК31S0123456789АККАККАииАииZv
--- errorlevel 1
---
with non-ASCII characters in object name.
If it's by design, this should be explicitly stated for IDE developers who should be aware of it.