shebang_line ('#!')
WHITE_SPACE ('\n')
fn ('fn')
WHITE_SPACE (' ')
identifier ('main')
( ('(')
) (')')
WHITE_SPACE (' ')
{ ('{')
} ('}')
