aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/test/xref_SUITE_data/rel2/y.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tools/test/xref_SUITE_data/rel2/y.erl')
-rw-r--r--lib/tools/test/xref_SUITE_data/rel2/y.erl6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/tools/test/xref_SUITE_data/rel2/y.erl b/lib/tools/test/xref_SUITE_data/rel2/y.erl
new file mode 100644
index 0000000000..2a6e65e78f
--- /dev/null
+++ b/lib/tools/test/xref_SUITE_data/rel2/y.erl
@@ -0,0 +1,6 @@
+-module(y).
+
+-export([t/0]).
+
+t() ->
+ x:t().