aboutsummaryrefslogtreecommitdiff
path: root/mwe/profiling/main.c
blob: 689da52ebe0e01ae87f9139e466d17a50afcb9be (plain)
1
2
3
4
5
6
7
#include <lib.h>

int main() {
	int x = recursive(8);
	return x == 0;
}