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