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