blob: 153c104ad82387a8f48b954ff9f367b6f5fb34bb [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
int2 const a = int2(1073757184, -1006616064);
uint2 const b = as_type<uint2>(a);
return;
}