summaryrefslogtreecommitdiff
path: root/testdata/where.lc
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/where.lc')
-rw-r--r--testdata/where.lc8
1 files changed, 8 insertions, 0 deletions
diff --git a/testdata/where.lc b/testdata/where.lc
new file mode 100644
index 00000000..bf9db0f2
--- /dev/null
+++ b/testdata/where.lc
@@ -0,0 +1,8 @@
1{-# LANGUAGE NoImplicitPrelude #-}
2
3f = x
4 where
5 z = y
6 where
7 y = 1.0
8 x = 1.0