blob: d9778ecbdf5d967a590b8e525d4319036f4028c0 [file]
#include <metal_stdlib>
using namespace metal;
void f(int a) {
int const b = a;
}
kernel void v() {
f(1);
}