The following code crashes the Angelscript compiler on 2.32.0:
array<int> foo = true ? { 1, 2, 3 } : { 4, 5, 6 };
Edit: The changelist for the WIP version actually says:
QuoteCompiler would crash on compiling ternary operator with anonymous list in one of the conditions (Thanks doctorgester)
Is this the same thing?