-module(stacky@internal@sub_dir@example_in_sub_dir). -compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]). -export([main/0]). -spec main() -> nil. main() -> stacky@internal@sub_dir@other_module:other_function().