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

T3066.hs:7:1: error: [GHC-31136]
    • 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 ()