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