repo.or.cz
/
NixPkgs.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 #330634 from r-ryantm/auto-update/circumflex
[NixPkgs.git]
/
pkgs
/
test
/
cc-wrapper
/
cflags-main.c
blob
9491232b538784895ceaa04a7818b2457070d8d5
1
#include <stdio.h>
2
#include <foo.h>
3
4
int
main
(
int
argc
,
char
**
argv
)
5
{
6
if
(
foo
() !=
42
)
7
return
1
;
8
fprintf
(
stderr
,
"ok
\n
"
);
9
return
0
;
10
}