Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
260e9b5f
Commit
260e9b5f
authored
Sep 01, 1999
by
sof
Browse files
[project @ 1999-09-01 14:21:41 by sof]
Test which verifies that special ids are correctly handled by the front-end
parent
092081de
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/tests/reader/should_compile/read024.hs
0 → 100644
View file @
260e9b5f
-- !!! checking that special ids are correctly handled.
module
ShouldCompile
where
as
::
[
as
]
as
=
[
head
as
]
qualified
::
[
qualified
]
qualified
=
[
head
qualified
]
hiding
::
[
hiding
]
hiding
=
[
head
hiding
]
export
::
[
export
]
export
=
[
head
export
]
label
::
[
label
]
label
=
[
head
label
]
dynamic
::
[
dynamic
]
dynamic
=
[
head
dynamic
]
unsafe
::
[
unsafe
]
unsafe
=
[
head
unsafe
]
stdcall
::
[
stdcall
]
stdcall
=
[
head
stdcall
]
ccall
::
[
ccall
]
ccall
=
[
head
ccall
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment