1a2e7f14aa
1 2 3 4 5 6 7 8 9
-module(test_incl1). -compile(export_all). -include("test_incl.hrl"). f1() -> ?d. f2() -> true.