summaryrefslogtreecommitdiff
path: root/inttest/rebar3_deps1/a.erl
blob: 835522ac28df4c753a05cf65c98eadaea23daf0d (plain)
1
2
3
4
5
6
7
8
-module(a).

-compile(export_all).

-include_lib("b/include/b.hrl").

hello() ->
    io:format("~s\n", [?HELLO]).