index
:
buildroot-novena
debian
master
build system for the novena open hardware laptop board
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tiny.c
blob: cbc85000140b8cf5dbcdcad42e1441e90fbb0880 (
plain
)
1
2
3
4
5
6
7
8
/* comment, test #6 */ #include <unistd.h> int main(void) { _exit(42); }