2024-compiler/tests/00/00_my_lexical1.txt

10 lines
76 B
Plaintext

void <KW>
main <IDN>
( <SE>
) <SE>
{ <SE>
return <KW>
3 <INT>
; <SE>
} <SE>