packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/lexer/core/shebang-leading-space.yaml

# GHC also accepts an initial space before the shebang marker.
extensions: []
input: " #!/usr/bin/env runghc\nmain\n"
tokens:
  - 'TkVarId "main"'
  - 'TkEOF'
status: pass