#include using namespace metal; struct tint_array_wrapper { uint arr[4]; }; void f() { tint_array_wrapper v = {.arr={}}; }