aiken/crates/aiken-lang/src/parser/expr/snapshots/int_hex_bytes.snap

10 lines
153 B
Plaintext

---
source: crates/aiken-lang/src/parser/expr/int.rs
description: "Code:\n\n0x01"
---
Int {
location: 0..4,
value: "1",
base: Hexadecimal,
}