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