aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/test/cover_SUITE_data/otp_11439/t.erl
blob: d1eb9f16eefa8ddde19c0a89cdfed4414c348c30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
-module(t).
-export([exported/0]).
-include("cover_inc.hrl").
-ifdef(BOOL).
macro() ->
    ?MACRO.
-endif.
exported() ->
    ok.
nonexported() ->
    ok.