summaryrefslogtreecommitdiff
path: root/inttest/tdeps1/a.erl
blob: e64b16da4a65899d496abb069974db01f6e9a1a2 (plain)
1
2
3
4
5
6
7
8
9
-module(a).

-compile(export_all).

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

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