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