Current section
Files
Jump to
Current section
Files
src/stacky@internal@examples@example_3.erl
-module(stacky@internal@examples@example_3).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export([main/0]).
-spec main() -> nil.
main() ->
stacky@internal@examples@example_3@module_with_stacky_call:some_function_that_calls_stacky(
).