summaryrefslogtreecommitdiff
path: root/erts/test/erlc_SUITE_data/src/foo.erl
diff options
context:
space:
mode:
Diffstat (limited to 'erts/test/erlc_SUITE_data/src/foo.erl')
-rw-r--r--erts/test/erlc_SUITE_data/src/foo.erl6
1 files changed, 6 insertions, 0 deletions
diff --git a/erts/test/erlc_SUITE_data/src/foo.erl b/erts/test/erlc_SUITE_data/src/foo.erl
new file mode 100644
index 0000000000..b3716803aa
--- /dev/null
+++ b/erts/test/erlc_SUITE_data/src/foo.erl
@@ -0,0 +1,6 @@
+-module foo.
+
+-export [foo/0].
+
+foo() ->
+ ['while', 'until'].