struct tint_array_wrapper { int arr[3]; }; static tint_array_wrapper v = {{0, 0, 0}}; [numthreads(1, 1, 1)] void main() { v; return; }