@ ProgramNode (location: (1,0)-(1,10))
├── flags: ∅
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,10))
    ├── flags: ∅
    └── body: (length: 1)
        └── @ IfNode (location: (1,0)-(1,10))
            ├── flags: newline
            ├── if_keyword_loc: (1,0)-(1,2) = "if"
            ├── predicate:
            │   @ IntegerNode (location: (1,3)-(1,5))
            │   ├── flags: static_literal, decimal
            │   └── value: -1
            ├── then_keyword_loc: ∅
            ├── statements: ∅
            ├── subsequent: ∅
            └── end_keyword_loc: (1,7)-(1,10) = "end"
