mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 23:23:50 +03:00
10 lines
188 B
Plaintext
10 lines
188 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
*/
|
|
|
|
// todo: rewrite this test so it properly tests a private key.
|
|
function main(public private_key: PrivateKey, a: bool) -> bool {
|
|
return a;
|
|
}
|