leo/tests/expectations/parser/serialize/one_plus_one.out

42 lines
1.5 KiB
Plaintext
Raw Normal View History

2022-06-23 10:19:26 +03:00
---
namespace: Serialize
expectation: Pass
outputs:
2022-10-06 09:52:37 +03:00
- imports: {}
program_scopes:
"{\"name\":\"test\",\"network\":\"\\\"{\\\\\\\"name\\\\\\\":\\\\\\\"aleo\\\\\\\",\\\\\\\"span\\\\\\\":\\\\\\\"{\\\\\\\\\\\\\\\"lo\\\\\\\\\\\\\\\":15,\\\\\\\\\\\\\\\"hi\\\\\\\\\\\\\\\":19}\\\\\\\"}\\\"\"}":
program_id: "{\"name\":\"test\",\"network\":\"\\\"{\\\\\\\"name\\\\\\\":\\\\\\\"aleo\\\\\\\",\\\\\\\"span\\\\\\\":\\\\\\\"{\\\\\\\\\\\\\\\"lo\\\\\\\\\\\\\\\":15,\\\\\\\\\\\\\\\"hi\\\\\\\\\\\\\\\":19}\\\\\\\"}\\\"\"}"
structs: {}
mappings: {}
functions:
2022-11-16 06:54:59 +03:00
main:
2022-10-06 09:52:37 +03:00
annotations: []
call_type: Standard
identifier: "{\"name\":\"main\",\"span\":\"{\\\"lo\\\":35,\\\"hi\\\":39}\"}"
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
2022-11-13 03:35:54 +03:00
finalize_arguments: ~
2022-10-06 09:52:37 +03:00
finalize: ~