void f()
{
int a;
a(0)=0;
}
Compiler reports that expression does not form a function call, then crashes with the following call stack:
> asCCompiler::DoAssignment() + 0x61f bytes
asCCompiler::CompileAssignment() + 0xd6 bytes
asCCompiler::CompileExpressionStatement() + 0x4e bytes
asCCompiler::CompileStatement() + 0xc5 bytes
asCCompiler::CompileStatementBlock() + 0xd8 bytes
asCCompiler::CompileFunction() + 0x6c9 bytes
asCBuilder::CompileFunctions() + 0x1a4 bytes
asCBuilder::Build() + 0x46 bytes
asCModule::Build() + 0xac bytes