Sign in
dawn
/
dawn
/
a25fa537aeca439b97dda6ea1fad290aeac920c3
/
.
/
test
/
tint
/
out_of_order_decls
/
array
/
struct.wgsl.expected.ir.dxc.hlsl
blob: 6128e7b17f31c0a170274047e01b8ceb94870a3d [
file
] [
log
] [
blame
]
struct
S
{
int
m
;
};
static
S A
[
4
]
=
(
S
[
4
])
0
;
void
f
()
{
S v
=
{
int
(
1
)};
A
[
0u
]
=
v
;
}