blob: 5743e6426123b0688c6954144bc18223d8cc26ee [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
half3 const b = half3(1.0h, 2.0h, 3.0h);
}