glslang-zig/Test/hlsl.structStructName.frag

7 lines
76 B
GLSL
Executable file

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