index
:
buildroot
2017.11-op-build
2018.02-op-build
2019.02-op-build
2019.05-op-build
OpenPOWER buildroot sources
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tiny.c
blob: 4a30e941a6ee5a9134657fc8774197a2bb5f7c67 (
plain
)
1
2
3
4
5
6
7
8
/* comment, test #12 */ #include <unistd.h> int main(void) { _exit(42); }