START	usr.bin/ctfdump	2025-03-29T03:04:48Z

==== base_types_encoding ====
cc -O2 -pipe -g -g  -MD -MP  -c example.c
cc -g  -o example example.o 
/usr/bin/ctfstrip -o example.ctf example
make -C /usr/src/regress/usr.bin/ctfdump run-example RT=base_types_encoding RE=' (INTEGER|FLOAT) '
/usr/bin/ctfdump example.ctf 2>&1 | sed 's/\[[0-9]*\]/[]/' | sort | egrep '(INTEGER|FLOAT) ' >base_types_encoding.out
diff -u /usr/src/regress/usr.bin/ctfdump/base_types_encoding.amd64 base_types_encoding.out
ok - base_types_encoding

PASS	usr.bin/ctfdump	Duration 0m00.18s