473f1dea5316808b94eaa5a16fc23bee6389da49
[firefly-linux-kernel-4.4.55.git] / tools / perf / config / feature-checks / test-on-exit.c
1 #include <stdio.h>
2
3 int main(void)
4 {
5         return on_exit(NULL, NULL);
6 }