mirror of
https://github.com/RPCS3/glslang.git
synced 2024-11-28 05:30:33 +00:00
8 lines
76 B
GLSL
Executable File
8 lines
76 B
GLSL
Executable File
struct S { int s; };
|
|
|
|
int main()
|
|
{
|
|
struct S t;
|
|
return t.s;
|
|
}
|