leo/tests/expectations/execution/flattened_function_and_inline_matches.out

35 lines
2.0 KiB
Plaintext

---
namespace: Execute
expectation: Pass
outputs:
- - initial_symbol_table: 054d3814a6ee68b36846e8bb0a850749c9f80828a06106a3408c3a3445bf9e5c
type_checked_symbol_table: 13284925b72baff0d5ecb7bb256a8bfb9fd6e3f936997707c6c832b3f2d34b43
unrolled_symbol_table: 13284925b72baff0d5ecb7bb256a8bfb9fd6e3f936997707c6c832b3f2d34b43
initial_ast: 45ce5078459eed0c5b19ccbdace274c458776f50d2814e1a790c355ca5d118d3
unrolled_ast: 45ce5078459eed0c5b19ccbdace274c458776f50d2814e1a790c355ca5d118d3
ssa_ast: df1cbc25fb581864347fcbe1076547078029e020735a1d6189e5cc8a6fd3f8d0
flattened_ast: 5d0b82327d5b9dd91505824597b12c42dc081c28e017806d9500c3ef2ac89f33
inlined_ast: 0f5a8fdb7938d1fd88401d4a1fb2c07590c1412dac0a0d3d69573e313b56159d
dce_ast: 0f5a8fdb7938d1fd88401d4a1fb2c07590c1412dac0a0d3d69573e313b56159d
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}]"