mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-01 08:19:32 +03:00
15 lines
280 B
Plaintext
15 lines
280 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
input_file:
|
|
- inputs/address1.in
|
|
*/
|
|
|
|
program test.aleo {
|
|
function main(x: address) -> bool {
|
|
const sender: address = aleo10qerras5799u6k7rjtc9y3hcwxuykr45qra7x7dp6jgnc0923czqm0lgta;
|
|
|
|
return x >= sender;
|
|
}
|
|
}
|