
#6132: Can't use both shebang line and #ifdef declarations in the same file.
-------------------------------------+-------------------------------------
Reporter: gfxmonk | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 7.0.4
(Parser) |
Resolution: fixed | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: GHC rejects | Unknown/Multiple
valid program | Test Case: runghc/T6132
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by thomie):
* testcase: => runghc/T6132
* status: new => closed
* resolution: => fixed
Comment:
This was fixed in commit 7b0695a887c13a431f898d89938e127faa3f4585
(ghc-7.8.1):
{{{
Author: Austin Seipp