blob: a8b3e00087f4a7fdd4ffca40c5c62985732bffe9 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
half const a = 1.0h;
half const b = as_type<half>(a);
return;
}