-module(stacky@internal@examples@example_1). -compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]). -export([main/0]). -spec main() -> nil. main() -> _pipe = stacky:trace(), stacky:print_trace(_pipe).