blob: f3009c881bbfc00206aa51eb82a730ccc6596cf9 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
[[max_total_threads_per_threadgroup(1)]]
kernel void f() {
int2 v = int2(0);
}