---
source: src/syntax/statements/declarations/variables.rs
expression: tree
---
root:
kind: Root
children:
- kind: DimStatement
children:
- kind: PrivateKeyword
text: Private
- kind: Whitespace
text: " "
- kind: Identifier
text: m_count
- kind: Whitespace
text: " "
- kind: AsKeyword
text: As
- kind: Whitespace
text: " "
- kind: IntegerKeyword
text: Integer
- kind: Newline
text: "\n"