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