Sign in
dawn
/
dawn
/
fd521898eaa440c7c450cedc4958a8390ea8f4d1
/
.
/
test
/
tint
/
out_of_order_decls
/
struct
/
struct.wgsl
blob: 3c7857950b896e02999c3b6629315b3fe2dc0b4b [
file
]
struct
S1
{
m
:
S2
,
}
struct
S2
{
m
:
i32
,
}
@fragment
fn f
()
{
var
v
:
S1
;
}