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