blob: 2b266badc0cdc6474b7b037d30a1202efe9d386a [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;
}