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

11 lines
187 B
Text

TranslationUnit[0:0->3:0]
FunctionDeclaration[0:0->3:0]
Type[0:0->0:3]
void
foo
(
)
FunctionDefinition[1:0->3:0]
{
DiscardStatement[2:4->2:11]
}