blob: 1c2422bcc8811423bd06893173ebce1a6134831c (
plain)
1
2
3
4
5
6
|
T20116.hs:8:1: error: [GHC-49692]
• `foreign import prim' requires GHCForeignImportPrim.
• When checking declaration:
foreign import prim safe "test_lt" lt_s :: Int64# -> Int64# -> Int#
Suggested fix: Perhaps you intended to use GHCForeignImportPrim
|