Sign in
dawn
/
dawn
/
5a4f5dcf90b505ba4e67e4a9257d18a45e61d9f9
/
.
/
test
/
tint
/
statements
/
for
/
initializer
/
basic.wgsl.expected.glsl
blob: 0a05490befa25f7c789c076a0de7aa4d1b5b1cb2 [
file
] [
log
] [
blame
]
#version 310 es
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
unused_entry_point
()
{
return
;
}
void
f
()
{
{
for
(
int
i
=
0
;
false
;
)
{
}
}
}