summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/btrace/read-map-after-clear.bt
blob: 73266910f6c1ccc0819cd502343903e42d03c972 (plain)
1
2
3
4
5
6
7
BEGIN
{
        @map[7] = 2;
        clear(@map);
        printf("=> Print after clear should not crash %d:\n", @map);
}