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