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