From: simonm Date: Tue, 10 Feb 1998 13:51:28 +0000 (+0000) Subject: [project @ 1998-02-10 13:51:28 by simonm] X-Git-Tag: Approx_2487_patches~970 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=23af01cd04e40c12f39763f676e9c0396ac8d86a;p=ghc-hetmet.git [project @ 1998-02-10 13:51:28 by simonm] test for non-layout processing inside {-# ... #-} --- diff --git a/ghc/tests/reader/should_compile/read008.hs b/ghc/tests/reader/should_compile/read008.hs new file mode 100644 index 0000000..ea6032e --- /dev/null +++ b/ghc/tests/reader/should_compile/read008.hs @@ -0,0 +1,5 @@ +module ShouldSucceed where + +{-# SPECIALISE f :: Int -> Int +#-} +f n = n + 1