[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds035.hs
index e6383bc..70721b7 100644 (file)
@@ -1,3 +1,5 @@
+module ShouldCompile where
+
 import GlaExts
 
 data CList = CNil | CCons Int# CList