summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins/plugin-recomp-test.hs
blob: 2cc84a9eaca0517417212766609ed469a16d6682 (plain)
1
2
3
4
5
6
7
8
-- Intended to test that the plugins have basic functionality --
--  * Can modify the program
--  * Get to see command line options
module Main where

main = do
    putStrLn "Program Started"
    putStrLn "Program Ended"