![]() |
От: | Сыроежка | |
Дата: | 30.12.11 12:28 | ||
Оценка: |
N>struct S {
N> const char arr[120];
N>};
N>S s = { (const unsigned char*)"aaa" };
N>int _tmain(int argc, _TCHAR* argv[])
N>{
N> return 0;
N>}
N>
N>c:\app_tmp\compiler_crash\compiler_crash\compiler_crash.cpp(10) : fatal error C1001: An internal error has occurred in the compiler.
1>>(compiler file 'msc1.cpp', line 1411)