blob: 193b2f92bacd39a5e9850d4fff7a0b1c5bede9ff [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
int const a = 1073757184;
half2 const b = as_type<half2>(a);
return;
}