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