summaryrefslogtreecommitdiff
path: root/spec/ruby/core/module/fixtures/constants_autoload_c.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/module/fixtures/constants_autoload_c.rb')
-rw-r--r--spec/ruby/core/module/fixtures/constants_autoload_c.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/ruby/core/module/fixtures/constants_autoload_c.rb b/spec/ruby/core/module/fixtures/constants_autoload_c.rb
new file mode 100644
index 0000000000..9d6a6bf4d7
--- /dev/null
+++ b/spec/ruby/core/module/fixtures/constants_autoload_c.rb
@@ -0,0 +1,3 @@
+module CSAutoloadC
+ CONST = 7
+end