Moving things into a subdirectory in preparation to merge into my sandbox project
[sandbox] / stutter / integration_tests / 0004_define_evaluates_definition.stt
diff --git a/stutter/integration_tests/0004_define_evaluates_definition.stt b/stutter/integration_tests/0004_define_evaluates_definition.stt
new file mode 100644 (file)
index 0000000..17afe15
--- /dev/null
@@ -0,0 +1,4 @@
+(define hello-world "Hello, world")
+(define hello-world-copy hello-world)
+(print hello-world-copy)
+0