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
Add test cases that reproduce #7241.
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
COnlyMain
/
foo.c
blob
3e9fb57d6aae3622db62451d36c085abd791de1e
1
#include <stdio.h>
2
3
int
main
(
int
argc
,
char
**
argv
) {
4
printf
(
"Hello world!"
);
5
return
0
;
6
}