Merge pull request #10546 from cabalism/fix/dedup-using-config-from
[cabal.git] / cabal-testsuite / PackageTests / MultiRepl / ExtraOptions / test / Main.hs
blobf60b8ae537979cb68c1f9703364f47f2cb75cb21
1 module Main (main) where
3 #ifdef FOO
4 main :: IO ()
5 main = putStrLn "Test suite not yet implemented."
6 #endif