mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 22:29:10 +00:00
LibGLSL: Add tests for GLSL parser
This commit is contained in:
parent
29972876e4
commit
d160ff2f8d
Notes:
sideshowbarker
2024-07-17 01:00:06 +09:00
Author: https://github.com/Poseydon42
Commit: d160ff2f8d
Pull-request: https://github.com/SerenityOS/serenity/pull/20168
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/sunverwerth
Reviewed-by: https://github.com/vkoskiv
24 changed files with 368 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
int main()
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue