blob: b68125bcdbc1e2ac4062ba3efb3ee0c9c1297cf4 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
uint const a = 1u;
uint const b = 0u;
uint const r = (a / b);
}