Sign in
dawn
/
dawn
/
08357c3558df8d45e1f73bcac5dd02dd9048342b
/
.
/
test
/
tint
/
bug
/
tint
/
1321.wgsl.expected.fxc.hlsl
blob: c69761edc8c2b7cdc32866152510ffbe296cd60e [
file
] [
log
] [
blame
]
int
foo
()
{
return
1
;
}
void
main
()
{
float
arr
[
4
]
=
(
float
[
4
])
0
;
int
a_save
=
foo
();
{
for
(;
;
)
{
float
x
=
arr
[
min
(
uint
(
a_save
),
3u
)];
break
;
}
}
return
;
}