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