blob: 30bc91cadc6240503a246b46b7e6508f1633ecf4 [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);
}