Files
bgfx/3rdparty/glslang/Test/hlsl.structStructName.frag
2018-09-02 21:14:20 -07:00

8 lines
76 B
GLSL

struct S { int s; };
int main()
{
struct S t;
return t.s;
}