projects
/
awesomized
/
libmemcached
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
|
github
history
|
raw
|
HEAD
Latest of libtest.
[awesomized/libmemcached]
/
libtest
/
abort.cc
1
#include <cstdlib>
2
3
int
main
(
void
)
4
{
5
if
(
1
)
6
{
7
abort
();
8
}
9
10
return
0
;
11
}