sophia/test/contracts/calling_child_contract_entrypoint.aes
Gaith Hallak 6499823e5f Add tests
2022-11-18 17:11:12 +03:00

6 lines
78 B
Plaintext

contract F =
entrypoint g() = 1
main contract C =
entrypoint f() = F.g()