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