summaryrefslogtreecommitdiff
path: root/inttest/app_src_script/app_src_script.erl
blob: 3f2a19b99ed013f017b35ebbae774936dfe4b5bf (plain)
1
2
3
4
5
6
-module(app_src_script).

-export([test/0]).

test() ->
    ok.