blob: 36a2afe4a16521d6a5fbf74ea4750dc4c3690afc [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
half2 const a = half2(1.0h, 2.0h);
uint const b = as_type<uint>(a);
return;
}