From ae137434ab5bd4d2f73e31cb48f845e0be0fcf66 Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Mon, 28 Jun 1999 10:41:06 +0000
Subject: [PATCH] [project @ 1999-06-28 10:41:06 by simonmar] nit-picking
 lexical tests for M.<reservedid> and M.<specialid>

---
 ghc/tests/reader/should_compile/read023.hs | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 ghc/tests/reader/should_compile/read023.hs

diff --git a/ghc/tests/reader/should_compile/read023.hs b/ghc/tests/reader/should_compile/read023.hs
new file mode 100644
index 000000000000..dfcfd1e8b2bc
--- /dev/null
+++ b/ghc/tests/reader/should_compile/read023.hs
@@ -0,0 +1,9 @@
+module ShouldCompile where
+
+-- M.<keyword> isn't a qualified identifier
+f = Just.let x=id in x
+
+-- M.{as,hiding,qualified} *are* qualified identifiers
+g = ShouldCompile.as
+
+as x = x
-- 
GitLab