leo/tests/parser/functions/mut_input_fail.leo

8 lines
96 B
Plaintext
Raw Normal View History

2022-03-28 16:21:17 +03:00
/*
namespace: Parse
expectation: Fail
*/
2022-10-06 02:54:50 +03:00
program test.aleo {
function f(mut a: u8) {}}