aihc-parser-1.0.0.2: test/Test/Fixtures/error-messages/module/missing-module-name.yaml
src: |
module where
ghc: |
test.hs:1:8: error: [GHC-58481] parse error on input `where'
aihc: |
test.hs:1:8:
1 | module where
| ^^^^^
unexpected 'where'
expecting module name