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