Sign in
dawn
/
dawn
/
0880e0643379ff2535187662cb21a803ce974cfa
/
.
/
test
/
tint
/
expressions
/
index
/
let
/
struct_nested_array.wgsl.expected.dxc.hlsl
blob: cc19f6470323047515fcc72a185c76de21214285 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
struct
S
{
int
m
;
uint
n
[
4
];
};
uint
f
()
{
const
S a
=
(
S
)
0
;
return
a
.
n
[
2
];
}