blob: ac6283211fac344670d6f36c9d8514e3f74b303d [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S2 {
int m;
};
struct S1 {
S2 m;
};
fragment void f() {
S1 v = {};
}