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