blob: 897b963c2afd6ee404408504095b720e5eb2c55a [file] [log] [blame]
-module(a).
-export([hello/0]).
-include_lib("b/include/b.hrl").
hello() ->
io:format("~s\n", [?HELLO]).