[project @ 1998-12-02 13:17:09 by simonm]
[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 ()