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