[project @ 2001-01-17 15:11:04 by simonmar]
[ghc-hetmet.git] / ghc / interpreter / test / static / s118.hs
1 --!!! Redeclaration of foreign ...
2
3 foreign import "libc.so.6" "putchar" primPutChar :: Char -> IO ()
4 foreign import "libc.so.6" "putchar" primPutChar :: Char -> IO ()