blob: 8da49d8aa79e3f4f40f067894812529b5c9aba23 [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);
}