xref: /openbsd/regress/usr.sbin/btrace/mapclear.bt (revision 73471bf0)
1BEGIN {
2	@notamap = 123;
3
4	/*
5	 * Parser doesn't know the type of a variable and these check
6	 * are performed at run-time.
7	 */
8	clear(@notamap);
9}
10