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