The following is rejected currently: ``` (module (type $vec (array f32)) (global (ref $vec) (array.new_canon $vec (f32.const 1) (i32.const 3)))) ``` Constant expressions with array or struct types should be allowed to appear as global initializers.
<rdar://problem/105800529>
Closing as this has been fixed already by https://github.com/WebKit/WebKit/pull/17230