aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/test/xref_SUITE_data/rel2/x.erl
blob: 2125760776552bbfdcf7a636884ea891e2e05d5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-module(x).

-export([t/0, xx/0]).
-deprecated({t,0,eventually}).

t() ->
    true.

xx() ->
    x:undef().

l() ->
    l1().

l1() ->
    l().