Sign in
dawn
/
dawn
/
205c0158db5b15a6a1b27eacb9c25a8862c90561
/
.
/
test
/
tint
/
bug
/
tint
/
1321.wgsl.expected.ir.dxc.hlsl
blob: 5b0e8af5f5b46ce3db36e76fc47e8d044efa4757 [
file
] [
log
] [
blame
]
int
foo
()
{
return
int
(
1
);
}
void
main
()
{
float
arr
[
4
]
=
(
float
[
4
])
0
;
{
int
v
=
foo
();
while
(
true
)
{
float
x
=
arr
[
v
];
break
;
}
}
}