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

T3066.hs:7:1: error:
    • Unacceptable argument type in foreign declaration:
        ‘forall u. Ptr ()’ is not a data type
    • When checking declaration:
        foreign import ccall safe bla :: (forall u. X u) -> IO ()