@ ProgramNode (location: (1,0)-(3,3))
├── flags: ∅
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(3,3))
    ├── flags: ∅
    └── body: (length: 3)
        ├── @ RangeNode (location: (1,0)-(1,4))
        │   ├── flags: newline, static_literal, exclude_end
        │   ├── left:
        │   │   @ IntegerNode (location: (1,0)-(1,1))
        │   │   ├── flags: static_literal, decimal
        │   │   └── value: 0
        │   ├── right: ∅
        │   └── operator_loc: (1,1)-(1,4) = "..."
        ├── @ RangeNode (location: (2,2)-(2,6))
        │   ├── flags: newline, exclude_end
        │   ├── left:
        │   │   @ CallNode (location: (2,2)-(2,3))
        │   │   ├── flags: variable_call, ignore_visibility
        │   │   ├── receiver: ∅
        │   │   ├── call_operator_loc: ∅
        │   │   ├── name: :a
        │   │   ├── message_loc: (2,2)-(2,3) = "a"
        │   │   ├── opening_loc: ∅
        │   │   ├── arguments: ∅
        │   │   ├── closing_loc: ∅
        │   │   └── block: ∅
        │   ├── right: ∅
        │   └── operator_loc: (2,3)-(2,6) = "..."
        └── @ CallNode (location: (3,2)-(3,3))
            ├── flags: newline, variable_call, ignore_visibility
            ├── receiver: ∅
            ├── call_operator_loc: ∅
            ├── name: :c
            ├── message_loc: (3,2)-(3,3) = "c"
            ├── opening_loc: ∅
            ├── arguments: ∅
            ├── closing_loc: ∅
            └── block: ∅
