blob: 6a590ced3ee60eb0f73529562f946e74a01b81d6 [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);
}