Current section
Files
Jump to
Current section
Files
src/glacier_demo@hello.erl
-module(glacier_demo@hello).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export([function_1/0]).
-spec function_1() -> binary().
function_1() ->
glacier_demo@glacier_demo_module_a:function_1(),
<<"hello"/utf8>>.