Sign in
dawn
/
dawn
/
68439bfe9ab50197f3727dfc0bdd878be609eefc
/
.
/
test
/
tint
/
expressions
/
index
/
var
/
array_nested_struct.wgsl.expected.dxc.hlsl
blob: e7231ea75b0fa0cf1d8a595ec9f3309f06b0ce71 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
struct
S
{
int
m
;
uint
n
[
4
];
};
uint
f
()
{
S a
[
2
]
=
(
S
[
2
])
0
;
return
a
[
1
].
n
[
1
];
}