aboutsummaryrefslogtreecommitdiffstats
path: root/t.erl
diff options
context:
space:
mode:
Diffstat (limited to 't.erl')
-rw-r--r--t.erl5
1 files changed, 5 insertions, 0 deletions
diff --git a/t.erl b/t.erl
new file mode 100644
index 0000000000..eafb025666
--- /dev/null
+++ b/t.erl
@@ -0,0 +1,5 @@
+-module(t).
+-compile([export_all,nowarn_export_all]).
+
+id(I) ->
+ I.