bevy/crates/glsl-to-spirv/glslang/Test/hlsl.structStructName.frag

7 lines
76 B
GLSL

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