summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/exactprint/LocToName.expected.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-api/exactprint/LocToName.expected.hs')
-rw-r--r--testsuite/tests/ghc-api/exactprint/LocToName.expected.hs25
1 files changed, 25 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-api/exactprint/LocToName.expected.hs b/testsuite/tests/ghc-api/exactprint/LocToName.expected.hs
new file mode 100644
index 0000000000..0b1484873a
--- /dev/null
+++ b/testsuite/tests/ghc-api/exactprint/LocToName.expected.hs
@@ -0,0 +1,25 @@
+module LocToName where
+
+{-
+
+
+
+
+
+
+
+
+-}
+
+
+
+
+
+
+
+LocToName.newPoint (x:xs) = x ^2 + LocToName.newPoint xs
+ -- where sq x = x ^pow
+ -- pow = 2
+
+LocToName.newPoint [] = 0
+