blob: 03e8c47fef4800b5282f638e05318701807e12e8 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
uint2 const a = uint2(1073757184u, 3288351232u);
int2 const b = as_type<int2>(a);
}