@ ProgramNode (location: (0...12))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...12))
    └── body: (length: 1)
        └── @ IfNode (location: (0...12))
            ├── if_keyword_loc: (5...7) = "if"
            ├── predicate:
            │   @ TrueNode (location: (8...12))
            ├── statements:
            │   @ StatementsNode (location: (0...5))
            │   └── body: (length: 1)
            │       └── @ IntegerNode (location: (0...5))
            │           └── flags: decimal
            ├── consequent: ∅
            └── end_keyword_loc: ∅
