summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T10970a.hs
blob: 8e7aa6060c7c6ba4d918544d5c01ebbc5433218c (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE CPP #-}
main = do
#ifndef VERSION_containers
    putStrLn "OK"
#endif
#ifndef MIN_VERSION_base
    putStrLn "OK"
#endif