packages feed

HTF-0.15.0.2: tests/compile-errors/Test2.hs

{-# LANGUAGE CPP #-}
{-# 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 ()