index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
config
/
feature-checks
/
test-on-exit.c
blob: 473f1dea5316808b94eaa5a16fc23bee6389da49 (
plain
)
1
2
3
4
5
6
#include <stdio.h> int main(void) { return on_exit(NULL, NULL); }