diff --git a/ghc/tests/reader/should_compile/read008.hs b/ghc/tests/reader/should_compile/read008.hs new file mode 100644 index 0000000000000000000000000000000000000000..ea6032e7b579021169ccec4b1ee6056d6ed93829 --- /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