mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-30 13:42:24 +03:00
41 lines
1018 B
Plaintext
41 lines
1018 B
Plaintext
---
|
|
namespace: Serialize
|
|
expectation: Pass
|
|
outputs:
|
|
- name: ""
|
|
network: ""
|
|
expected_input: []
|
|
imports: {}
|
|
structs: {}
|
|
mappings: {}
|
|
functions:
|
|
"{\"name\":\"main\",\"span\":\"{\\\"lo\\\":11,\\\"hi\\\":15}\"}":
|
|
annotations: []
|
|
call_type: Standard
|
|
identifier: "{\"name\":\"main\",\"span\":\"{\\\"lo\\\":11,\\\"hi\\\":15}\"}"
|
|
input: []
|
|
output:
|
|
- Internal:
|
|
mode: None
|
|
type_:
|
|
Integer: U8
|
|
output_type:
|
|
Integer: U8
|
|
block:
|
|
statements:
|
|
- Return:
|
|
expression:
|
|
Binary:
|
|
left:
|
|
Literal:
|
|
Integer:
|
|
- U8
|
|
- "1"
|
|
right:
|
|
Literal:
|
|
Integer:
|
|
- U8
|
|
- "1"
|
|
op: Add
|
|
finalize: ~
|