Sign in
dawn
/
dawn
/
afa7eff92192780f4e82a45b97e4f77fe7c8cf1c
/
.
/
test
/
tint
/
statements
/
for
/
empty.wgsl.expected.fxc.hlsl
blob: dcc6c45b237d7811276ce2eff00cdeb15972d3fb [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
{
[
loop
]
for
(;
false
;
)
{
}
}
}