summaryrefslogtreecommitdiffstats
path: root/regress/usr.sbin/btrace/exit.bt
blob: d7a980641bfc4e5fd46d456cd753128d54aa55a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
BEGIN
{
	printf("exiting now...\n");
	exit();
}

END
{
	printf("not executed\n");
}