xref
: /
openbsd-src
/
regress
/
usr.sbin
/
btrace
/
syntaxerror.bt
(revision 5a38ef86d0b61900239c7913d24a05e7b88a58f0)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN {
2
$a = "b";
3
foo;
4
}
5
6