leo/tests/expectations/execution/flattened_function_and_inline_matches.out
Pranav Gaddamadugu 65ba316c4f Regen expectations
2023-08-09 17:38:33 -04:00

32 lines
1.7 KiB
Plaintext

---
namespace: Execute
expectation: Pass
outputs:
- - initial_ast: 46c2d1250227df9631b01e70d5ec73a8a5be0fa6906688cc57f215fc6d1d81bb
unrolled_ast: 46c2d1250227df9631b01e70d5ec73a8a5be0fa6906688cc57f215fc6d1d81bb
ssa_ast: e99c611245c6bd28307fd7049c3add9e4bcb0f9e8c53f04e1b56d5c668dc832e
flattened_ast: cd51002215f7079f427d2e77707a907daa0d14d0189abff6c00f161d3cc9fbe8
inlined_ast: d29828f1142959caa91d614b9cf12291e8587b91f76edf197e80dd34396b47d6
dce_ast: d29828f1142959caa91d614b9cf12291e8587b91f76edf197e80dd34396b47d6
bytecode: 05437006a7a0a278a18c8ff76e9fec336ec4f86f6ff8abfb06b816256babef45
warnings: ""
results:
bar:
- input: "[true, true, 1u8, 0u8]"
output: "[1u8, 1u8, {\n a: 1u8,\n b: 0u8,\n c: {\n c: 1u8\n }\n}]"
- input: "[true, false, 1u8, 1u8]"
output: "[1u8, 1u8, {\n a: 1u8,\n b: 1u8,\n c: {\n c: 1u8\n }\n}]"
- input: "[false, true, 2u8, 1u8]"
output: "[1u8, 1u8, {\n a: 2u8,\n b: 1u8,\n c: {\n c: 2u8\n }\n}]"
- input: "[false, false, 2u8, 2u8]"
output: "[2u8, 2u8, {\n a: 2u8,\n b: 2u8,\n c: {\n c: 2u8\n }\n}]"
blar:
- input: "[true, true, 1u8, 0u8]"
output: "[1u8, 1u8, {\n a: 1u8,\n b: 1u8,\n c: {\n c: 1u8\n }\n}]"
- input: "[true, false, 1u8, 1u8]"
output: "[1u8, 1u8, {\n a: 1u8,\n b: 1u8,\n c: {\n c: 1u8\n }\n}]"
- input: "[false, true, 2u8, 1u8]"
output: "[1u8, 1u8, {\n a: 1u8,\n b: 1u8,\n c: {\n c: 1u8\n }\n}]"
- input: "[false, false, 2u8, 2u8]"
output: "[2u8, 2u8, {\n a: 2u8,\n b: 2u8,\n c: {\n c: 2u8\n }\n}]"