summaryrefslogtreecommitdiff
path: root/inttest/code_path_no_recurse/src/codepath.erl
diff options
context:
space:
mode:
Diffstat (limited to 'inttest/code_path_no_recurse/src/codepath.erl')
-rw-r--r--inttest/code_path_no_recurse/src/codepath.erl6
1 files changed, 6 insertions, 0 deletions
diff --git a/inttest/code_path_no_recurse/src/codepath.erl b/inttest/code_path_no_recurse/src/codepath.erl
new file mode 100644
index 0000000..df4e6b0
--- /dev/null
+++ b/inttest/code_path_no_recurse/src/codepath.erl
@@ -0,0 +1,6 @@
+-module(codepath).
+
+-export([codepath/0]).
+
+codepath() ->
+ foodep:foodep().