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

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 bla :: (forall u. X u) -> IO ()