blob: 61b9dc1c928c4ef072840bf3b0b54ae437156efd [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 = {};
}