blob: b36d84ecd24fdef57fe7cee7b2acd74529b8250f [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
int4 const a = int4(1073757184, -1006616064, -998242304, 987654321);
uint4 const b = as_type<uint4>(a);
return;
}