Sign in
dawn
/
dawn
/
61a57fa5a11f521ac369591f824231682eba7ce4
/
.
/
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
=
{};
}