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