START	misc/c++abi	2024-08-15T19:43:54Z

==== check1 ====
c++ -O2 -pipe   -MD -MP  -c /usr/src/regress/misc/c++abi/nm1.C
nm -C nm1.o | fgrep witness | sort | sed -e 's/.* T witness_//' >nm1.out
diff -I 'OpenBSD' -u nm1.out /usr/src/regress/misc/c++abi/nm1.ref

PASS	misc/c++abi	Duration 0m00.83s