rebar/inttest/tdeps1/a.erl

10 lines
115 B
Erlang
Raw Normal View History

2010-06-08 20:51:49 +00:00
-module(a).
-compile(export_all).
2010-06-08 20:51:49 +00:00
-include_lib("b/include/b.hrl").
hello() ->
io:format("~s\n", [?HELLO]).