blob: 37181efd94cde0eee5b257219702260ea8bd2502 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
half const a = 1.0h;
half const b = 0.0h;
half const r = (a / b);
}