xref: /openbsd/regress/usr.sbin/btrace/exit.bt (revision d89ec533)
1BEGIN
2{
3	printf("exiting now...\n");
4	exit();
5}
6
7END
8{
9	printf("not executed\n");
10}
11