xref: /openbsd-src/regress/usr.sbin/btrace/beginend-argn.ok (revision fe7ae6925862b7fefbeadc5109b8cadc72f70ed9)
1beginend-argn.bt:3:11: the arg0 builtin cannot be used with BEGIN or END probes:
2	print(arg0);
3                 ^
4beginend-argn.bt:7:11: the arg0 builtin cannot be used with BEGIN or END probes:
5	print(arg0);
6                 ^
7