summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T3319.stderr
blob: 87ba3f54c7965e00721fb68f5b54e302c6a71983 (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.()