This crashes the compiler: ``` output y; output x; y = x = 1; ``` Apparently (from debugging), id `x` has null expression.
This crashes the compiler:
Apparently (from debugging), id
xhas null expression.