blob: 8dc9f2e7505b9ba2bacfda0cb708eb44482b6f8a [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={}};
}