leo/compiler/tests/function/multiple_main.leo

3 lines
56 B
Plaintext

function main() -> (bool, bool) {
return true, false
}