blob: ee19bf443d04a164c28ec6d5a639aad3d8721505 [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);
}