rebar/inttest/app_src/app_src.erl

7 lines
60 B
Erlang
Raw Normal View History

-module(app_src).
-compile(export_all).
test() ->
ok.