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

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