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
acr-cli: init at 0.14 (#359508)
[NixPkgs.git]
/
pkgs
/
test
/
cc-wrapper
/
include-cxxabi.cc
blob
6ffc97e414a56c2d846bceac95f220d2a4822bf3
1
#include <cxxabi.h>
2
#include <iostream>
3
4
int
main
(
int
argc
,
char
**
argv
)
5
{
6
std
::
cerr
<<
"ok"
<<
std
::
endl
;
7
return
0
;
8
}