Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/sandbox/liyl/SDK-candidate-2-withEnumFix
/
.
/
Test
/
spv.dead-after-return.vert
blob: 71726963ab2465eeec3514caf373364176563d0f [
file
] [
log
] [
blame
] [
edit
]
#version 450
layout
(
location
=
0
)
in
int
c
;
layout
(
location
=
0
)
out
int
o
;
void
main
()
{
o
=
1
;
return
;
o
=
3
;
}