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