implementing "mymodule.slang"; int helperFunction() { return 0; } void main() { int x = moduleFunction(); int y = helperFunction(); }