summaryrefslogtreecommitdiff
path: root/test/c/shadow_let.expect
diff options
context:
space:
mode:
Diffstat (limited to 'test/c/shadow_let.expect')
-rw-r--r--test/c/shadow_let.expect3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/c/shadow_let.expect b/test/c/shadow_let.expect
new file mode 100644
index 00000000..133cecaa
--- /dev/null
+++ b/test/c/shadow_let.expect
@@ -0,0 +1,3 @@
+x = 3
+x = 5
+x = 7