blob: 6ffd8433d3aaf406937fd9fdf776a64fc32544cb [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;
}