mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-30 03:34:51 +03:00
11 lines
129 B
Plaintext
11 lines
129 B
Plaintext
/*
|
|
namespace: Parse
|
|
expectation: Pass
|
|
*/
|
|
|
|
program test.aleo {
|
|
mapping foo: bar => baz;
|
|
|
|
mapping foo: u8 => u8;
|
|
}
|