@ ProgramNode (location: (0...7))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...7))
    └── body: (length: 2)
        ├── @ StringNode (location: (0...5))
        │   ├── opening_loc: (0...1) = "\""
        │   ├── content_loc: (1...4) = "a\nb"
        │   ├── closing_loc: (4...5) = "\""
        │   └── unescaped: "a\nb"
        └── @ IntegerNode (location: (6...7))
            └── flags: decimal
