leo/tests/expectations/compiler/statements/non_existant_var_exp_fail.out
2023-04-12 12:38:44 -07:00

6 lines
202 B
Plaintext

---
namespace: Compile
expectation: Fail
outputs:
- "Error [ETYC0372005]: Unknown variable `z`\n --> compiler-test:5:23\n |\n 5 | \tlet b: u8 = 1u8**z;\n | ^\n"