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