aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/test/make_SUITE_data/incl_src/test_incl2.erl
blob: d0db98c19a6ef3121f0baeea3112fdde4b024f08 (plain) (blame)
1
2
3
4
5
6
7
8
9
-module(test_incl2).
-compile(export_all).
-include("test_incl.hrl").

f1() ->
    ?d.

f2() ->
    true.