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