sophia/test/contracts/included2.aes
Hans Svensson 2b7490776e Add include directive
Add an include directive to include namespaces into a contract. Only allowed at the top level.

To allow includes, either call through aeso_compiler:file or set the option `allow_include` (and add `include_path`(s)).
2019-02-08 14:16:06 +01:00

6 lines
91 B
Plaintext

namespace Included2a =
function bar() = 43
namespace Included2b =
function foo() = 44