summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/linker/T11223/foo3.hs
blob: 642de2b5288a003ae78bea569c739a4e915df6da (plain)
1
2
3
4
5
6
module Main where

foreign import ccall "a" a_exp :: Int
foreign import ccall "c" c_exp :: Int

main = print $ c_exp * a_exp