summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T3319.stderr
blob: b7e3411d41af0a616bef5b39f362c3f93a285ef7 (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 "static &foo" foo :: Ptr GHC.Tuple.()