blob: 81f172140075a9ea8ea77a263a9615a33555dcf5 [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);
}