leo/tests/compiler/core/account/private_key.leo
2022-06-02 11:22:08 -04:00

9 lines
125 B
Plaintext

/*
namespace: Compile
expectation: Pass
*/
function main(public private_key: PrivateKey, a: bool) -> bool {
return a;
}