DEBSOURCES
Skip Quicknav
sources / erlang / 1%3A27.3.4.1%2Bdfsg-1 / lib / tools / test / cover_SUITE_data / included_functions / cover_inc.erl
12345678
-module(cover_inc). -compile(export_all). -include("cover_inc.hrl"). func() -> func1(), ok.