aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/config/feature-checks/test-on-exit.c
blob: 473f1dea5316808b94eaa5a16fc23bee6389da49 (plain) (blame)
1
2
3
4
5
6
#include <stdio.h>

int main(void)
{
	return on_exit(NULL, NULL);
}