blob: 79d7fd70d9e8bb7eabc96a113d3c3e1168601784 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
int i;
uint u;
float f;
bool b;
};
struct tint_array_wrapper {
S arr[4];
};
void f() {
tint_array_wrapper v = {.arr={}};
}