Sign in
dawn
/
tint
/
refs/heads/chromium/4863
/
.
/
test
/
bug
/
tint
/
1321.wgsl.expected.hlsl
blob: 1da087fd7c47084de40148ebeffc1bb8c1da42ee [
file
] [
log
] [
blame
] [
edit
]
int
foo
()
{
return
1
;
}
void
main
()
{
float
arr
[
4
]
=
(
float
[
4
])
0
;
const
int
a_save
=
foo
();
{
[
loop
]
for
(;
;
)
{
const
float
x
=
arr
[
a_save
];
break
;
}
}
return
;
}