sophia/test/contracts/warning_unused_include_no_include.aes
Gaith Hallak 99bb3fe1fb
Mark only included files as potentially unused (#442)
* Mark only included files as potentially unused

* Update CHANGELOG

* Add test
2023-03-21 13:55:18 +03:00

6 lines
91 B
Plaintext

namespace N =
function nconst() = 1
main contract C =
entrypoint f() = N.nconst()