aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/test/cover_SUITE_data/included_functions/cover_inc.erl
blob: fa8eebfd006b7ec97f1441117e80314ce32be68e (plain) (blame)
1
2
3
4
5
6
7
8
-module(cover_inc).
-compile(export_all).
-include("cover_inc.hrl").

func() ->
    func1(),
    ok.