leo/tests/parser/finalize/mapping.leo

11 lines
129 B
Plaintext
Raw Normal View History

2022-09-06 22:36:27 +03:00
/*
namespace: Parse
expectation: Pass
*/
2022-10-06 02:54:50 +03:00
program test.aleo {
mapping foo: bar => baz;
mapping foo: u8 => u8;
}