#include #include using namespace metal; kernel void main0() { threadgroup int foo[1337]; foo[0] = 13; }