mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-27 12:17:35 +03:00
14 lines
179 B
Plaintext
14 lines
179 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
*/
|
|
|
|
program test.aleo {
|
|
mapping foo: (u32, u32) => u32;
|
|
|
|
mapping floo: baz => u8;
|
|
|
|
mapping bar: foo => baz;
|
|
|
|
}
|