xref
: /
openbsd
/
regress
/
usr.sbin
/
btrace
/
exit.bt
(revision d89ec533)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
2
{
3
printf("exiting now...\n");
4
exit();
5
}
6
7
END
8
{
9
printf("not executed\n");
10
}
11