1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00
ladybird/Userland/Libraries/LibGLSL/Tests/parser/struct.glsl
2023-08-18 15:29:48 +02:00

5 lines
30 B
GLSL

struct foo
{
int bar;
};