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