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