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