Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/upstream/GL_EXT_buffer_reference_uvec2
/
.
/
Test
/
hlsl.structStructName.frag
blob: f8bf90c74e196f50bdee72803b9643dc0d1bc148 [
file
] [
log
] [
blame
] [
edit
]
struct
S
{
int
s
;
};
int
main
()
{
struct
S t
;
return
t
.
s
;
}