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

f1() ->
    ?d.

f2() ->
    true.