DEBSOURCES
Skip Quicknav
sources / erlang / 1%3A27.3.4.3%2Bdfsg-1 / lib / tools / test / make_SUITE_data / test_incl1.erl
123456789
-module(test_incl1). -compile(export_all). -include("test_incl.hrl"). f1() -> ?d. f2() -> true.