Building a vector using the same type causes an internal LLVM crash. This should be a no-op internally. Example: ``` float3 x = float3(1.0f); float3 y = float3(x); ```
Building a vector using the same type causes an internal LLVM crash. This should be a no-op internally.
Example: