blob: 39394f997ea452e758c09c21e1a715d5bde76873 [file]
#include <metal_stdlib>
using namespace metal;
[[max_total_threads_per_threadgroup(1)]]
kernel void f() {
uint2 v = uint2(0u);
}