Sign in
dawn
/
dawn
/
562d9b77af728096f4d5bf7b19f93fcd00421c73
/
.
/
test
/
tint
/
bug
/
tint
/
1321.wgsl.expected.ir.fxc.hlsl
blob: fb237e94acaf276773ccda01d5c9141a925ae40a [
file
] [
log
] [
blame
]
int
foo
()
{
return
1
;
}
void
main
()
{
float
arr
[
4
]
=
(
float
[
4
])
0
;
{
float
a
=
arr
[
foo
()];
while
(
true
)
{
float
x
=
a
;
break
;
}
}
}