Check forward reference in OpTypeArray. (#2307)
In a recent PR, we allowed a forward reference for the element type in an array declaration. However, we do not have other check to make sure the forward reference is a pointer type first reference in OpTypeForawrdPointer. We add that check. Fixes https://crbug.com/920074.
Loading
Please register or sign in to comment