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