xref
: /
third_party
/
glslang
/
Test
/
hlsl.structStructName.frag
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/glslang/Test/
1
struct S { int s; };
2
3
int main()
4
{
5
struct S t;
6
return
t.s
;
7
}
8