blob: 260053689d4827f9aa1b5e0feab41f6a3a2da0b6 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_array_wrapper {
float arr[4];
};
struct S {
tint_array_wrapper a;
};
void f() {
S v = {};
}