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