summaryrefslogtreecommitdiff
path: root/testsuite/tests/ffi/should_fail/T3066.stderr
blob: ac0a07d60a1a723426c6f7f87fb9dc519bf6bde2 (plain)
1
2
3
4
5
6

T3066.hs:6:1:
    Unacceptable argument type in foreign declaration: forall u. X u
    When checking declaration:
        foreign import ccall safe "static bla" bla
          :: (forall u. X u) -> IO ()