blob: 53acd023c2aa34421ca9d475b13cdf02dc4e3ccc [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
half const a = 1.0h;
half const b = 2.0h;
half const r = (a + b);
}