blob: 034791e7113faa2263a4e9d29664cc5cffdc65fd [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
int const a = 4;
int3 const b = int3(1, 2, 3);
int3 const r = (a % b);
}