repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #10709 from Kleidukos/cabal-3.14.1.1-release-notes
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
Install
/
T7297-8909-7236
/
Main.hs
blob
38bfcb0221f031f8abf49e21d9702d27a7bcfcd8
1
{-# LANGUAGE CPP #-}
2
3
#
ifdef TEST1
4
main
=
putStrLn
"hi1"
5
#
endif
6
7
#
ifdef TEST2
8
main
=
putStrLn
"hi2"
9
#
endif
10
11
#
ifdef TEST3
12
main
=
putStrLn
"hi3"
13
#
endif
14
15
#
ifdef TEST4
16
main
=
putStrLn
"hi4"
17
#
endif
18
19
#
ifdef TEST5
20
main
=
putStrLn
"hi5"
21
#
endif
22
23
#
ifdef TEST6
24
main
=
putStrLn
"hi6"
25
#
endif