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