blob: 6b186ffc363cbeba3c568efdae8110d569de5f49 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
half4 const b = half4(1.0h, 2.0h, 3.0h, -4.0h);
}