blob: 930aff4ef97f9789e426f8de3cfc95b614d02fe6 [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);
}