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
mastodon: 4.3.1 -> 4.3.2 (#361487)
[NixPkgs.git]
/
pkgs
/
test
/
cc-wrapper
/
cxx-main.cc
blob
83f704617a46fe462954af02b492b0bb97a2dd38
1
#include <iostream>
2
3
int
main
(
int
argc
,
char
**
argv
)
4
{
5
std
::
cerr
<<
"ok"
<<
std
::
endl
;
6
return
0
;
7
}