Sign in
dawn
/
tint
/
refs/heads/chromium/4887
/
.
/
test
/
statements
/
for
/
continuing
/
array_ctor.wgsl.expected.hlsl
blob: 7348a72604d6b6dfc529eb0eb31a6f04835a671e [
file
] [
log
] [
blame
] [
edit
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
int
i
=
0
;
[
loop
]
while
(
true
)
{
if
(!(
false
))
{
break
;
}
{
}
{
const
int
tint_symbol
[
1
]
=
{
1
};
i
=
(
i
+
tint_symbol
[
0
]);
}
}
}