FILE
  LSSectionsCommandImpl(SECTIONS_COMMAND)
    PsiElement(SECTIONS)('SECTIONS')
    PsiWhiteSpace(' ')
    PsiElement({)('{')
    PsiWhiteSpace('\n  ')
    LSSectionStmtImpl(SECTION_STMT)
      LSOverlayStmtImpl(OVERLAY_STMT)
        PsiElement(OVERLAY)('OVERLAY')
        PsiWhiteSpace(' ')
        LSPrimaryExprImpl(PRIMARY_EXPR)
          PsiElement(INT)('0x1000')
        PsiWhiteSpace(' ')
        PsiElement(:)(':')
        PsiWhiteSpace(' ')
        LSAtExprImpl(AT_EXPR)
          PsiElement(AT)('AT')
          PsiWhiteSpace(' ')
          PsiElement(()('(')
          PsiWhiteSpace(' ')
          LSPrimaryExprImpl(PRIMARY_EXPR)
            PsiElement(INT)('0x4000')
          PsiWhiteSpace(' ')
          PsiElement())(')')
        PsiWhiteSpace(' ')
        PsiElement({)('{')
        PsiWhiteSpace('\n    ')
        LSOverlaySectionDescriptionImpl(OVERLAY_SECTION_DESCRIPTION)
          PsiElement(IDENTIFIER)('.out.big')
          PsiWhiteSpace(' ')
          PsiElement({)('{')
          PsiWhiteSpace(' ')
          LSInputSectionRuleImpl(INPUT_SECTION_RULE)
            PsiElement(*)('*')
            PsiElement(()('(')
            LSInputSectionsListImpl(INPUT_SECTIONS_LIST)
              PsiElement(IDENTIFIER)('.big')
            PsiElement())(')')
          PsiWhiteSpace(' ')
          PsiElement(})('}')
        PsiWhiteSpace('\n    ')
        LSOverlaySectionDescriptionImpl(OVERLAY_SECTION_DESCRIPTION)
          PsiElement(IDENTIFIER)('.out.small')
          PsiWhiteSpace(' ')
          PsiElement({)('{')
          PsiWhiteSpace(' ')
          LSInputSectionRuleImpl(INPUT_SECTION_RULE)
            PsiElement(*)('*')
            PsiElement(()('(')
            LSInputSectionsListImpl(INPUT_SECTIONS_LIST)
              PsiElement(IDENTIFIER)('.small')
            PsiElement())(')')
          PsiWhiteSpace(' ')
          PsiElement(})('}')
        PsiWhiteSpace('\n  ')
        PsiElement(})('}')
    PsiWhiteSpace('\n')
    PsiElement(})('}')