[project @ 1998-02-10 13:51:28 by simonm]
authorsimonm <unknown>
Tue, 10 Feb 1998 13:51:28 +0000 (13:51 +0000)
committersimonm <unknown>
Tue, 10 Feb 1998 13:51:28 +0000 (13:51 +0000)
test for non-layout processing inside {-# ... #-}

ghc/tests/reader/should_compile/read008.hs [new file with mode: 0644]

diff --git a/ghc/tests/reader/should_compile/read008.hs b/ghc/tests/reader/should_compile/read008.hs
new file mode 100644 (file)
index 0000000..ea6032e
--- /dev/null
@@ -0,0 +1,5 @@
+module ShouldSucceed where
+
+{-# SPECIALISE f :: Int -> Int 
+#-}
+f n = n + 1