blob: 83dceb066bbea84264ae03864dc3c70541cff15d [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_array_wrapper {
uint arr[4];
};
void f() {
tint_array_wrapper v = {.arr={}};
}