CTypeDynamic in WASM doesn't correctly convert Nothing

Project to reproduce: Module13 1.bugreport.zip (1.6 MB)

Build log: Module13 1.bugreport.txt (21.8 KB)

Print screen:

As you see in the print screen, the variables x, y and z are all Null.
They should have been: x = 0, y = False, z={MyStruct}

Nothing is always converted to the Default of the type (Nothing and Null are not the same).

Logged as bugs://E25549.

bugs://E25549 was closed as fixed.