rebar/inttest/tdeps1/a.erl
Dave Smith 299f3045be Updating integration tests
--HG--
extra : rebase_source : c0bfcfbbbca005eee2a3434cbe25494399b07532
2010-06-09 13:17:48 -06:00

9 lines
115 B
Erlang

-module(a).
-compile(export_all).
-include_lib("b/include/b.hrl").
hello() ->
io:format("~s\n", [?HELLO]).