Sign in
dawn
/
dawn
/
548e853a37e3062c8ef9d54769c6172e91237af0
/
.
/
test
/
tint
/
out_of_order_decls
/
struct
/
struct.wgsl.expected.ir.msl
blob: 6adf4452ed28db0969b1be26e00bc354a9badebd [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S2
{
int
m
;
};
struct
S1
{
S2 m
;
};
fragment
void
f
()
{
S1 v
=
{};
}