blob: 1cda2c67818d95c1b994b3dbb369317015fe7382 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
uint const a = 1u;
uint const b = 2u;
uint const r = (a ^ b);
}