#include <metal_stdlib>
using namespace metal;
struct S2 {
int m;
};
struct S1 {
S2 m;
fragment void f() {
S1 v = {};
return;
}