mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 21:13:02 +01: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;
|
|
}
|