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