blob: 61b9dc1c928c4ef072840bf3b0b54ae437156efd [file] [log] [blame]
Ben Claytonfd75bd02021-06-21 20:31:36 +00001#include <metal_stdlib>
2
3using namespace metal;
4struct tint_array_wrapper {
5 float arr[4];
6};
7struct S {
8 tint_array_wrapper a;
9};
10
11void f() {
12 S v = {};
13}
14