summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T3319.stderr
blob: b88b10f90fae23065e169fb7f25f79999a5fc514 (plain)
1
2
3
4
5
6
7
T3319.hs:8:3-93: Splicing declarations
    return
      [ForeignD
         (ImportF
            CCall Unsafe "&" (mkName "foo") (AppT (ConT ''Ptr) (ConT ''())))]
  ======>
    foreign import ccall unsafe "&" foo :: Ptr ()