summaryrefslogtreecommitdiff
path: root/lib/edoc/test/edoc_SUITE_data/module_with_feature.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/edoc/test/edoc_SUITE_data/module_with_feature.erl')
-rw-r--r--lib/edoc/test/edoc_SUITE_data/module_with_feature.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/edoc/test/edoc_SUITE_data/module_with_feature.erl b/lib/edoc/test/edoc_SUITE_data/module_with_feature.erl
new file mode 100644
index 0000000000..0091b704b4
--- /dev/null
+++ b/lib/edoc/test/edoc_SUITE_data/module_with_feature.erl
@@ -0,0 +1,2 @@
+-module(module_with_feature).
+-feature(maybe_expr, enable).