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