@ ProgramNode (location: (0...33))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...33))
    └── body: (length: 3)
        ├── @ CallNode (location: (0...1))
        │   ├── receiver: ∅
        │   ├── call_operator_loc: ∅
        │   ├── message_loc: (0...1) = "a"
        │   ├── opening_loc: ∅
        │   ├── arguments: ∅
        │   ├── closing_loc: ∅
        │   ├── block: ∅
        │   ├── flags: variable_call
        │   └── name: "a"
        ├── @ CallNode (location: (2...3))
        │   ├── receiver: ∅
        │   ├── call_operator_loc: ∅
        │   ├── message_loc: (2...3) = "b"
        │   ├── opening_loc: ∅
        │   ├── arguments: ∅
        │   ├── closing_loc: ∅
        │   ├── block: ∅
        │   ├── flags: variable_call
        │   └── name: "b"
        └── @ CallNode (location: (32...33))
            ├── receiver: ∅
            ├── call_operator_loc: ∅
            ├── message_loc: (32...33) = "c"
            ├── opening_loc: ∅
            ├── arguments: ∅
            ├── closing_loc: ∅
            ├── block: ∅
            ├── flags: variable_call
            └── name: "c"
