index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
silly
/
tiny.c
blob: e54c0ff9e49f53f827c817deaa0ab0b72f2ca718 (
plain
)
1
2
3
4
5
6
#include <unistd.h> int main(void) { _exit(42); }