HTF-0.13.2.1: tests/compile-errors/Test1.hs
{-# OPTIONS_GHC -F -pgmF ../../scripts/local-htfpp #-}
import "HTF" Test.Framework
#include "Foo.h"
foo :: Int -> Int
foo i = i + "Stefan"
main :: IO ()
main = return ()
{-# OPTIONS_GHC -F -pgmF ../../scripts/local-htfpp #-}
import "HTF" Test.Framework
#include "Foo.h"
foo :: Int -> Int
foo i = i + "Stefan"
main :: IO ()
main = return ()