blob: fa0a35b45245c6c07a8e090ed0898c3e80481b0f [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);
return;
}