leo/tests/parser/functions/mut_input_fail.leo
2022-10-05 16:54:50 -07:00

8 lines
96 B
Plaintext

/*
namespace: Parse
expectation: Fail
*/
program test.aleo {
function f(mut a: u8) {}}