Add test for comparing following types of conditionals:
authorHiten Pandya <hmp@dragonflybsd.org>
Wed, 3 Aug 2005 13:37:27 +0000 (13:37 +0000)
committerHiten Pandya <hmp@dragonflybsd.org>
Wed, 3 Aug 2005 13:37:27 +0000 (13:37 +0000)
commita99bca8e35d2d1f023b91e85c040c032f5876917
tree17d0ad175418a0c823238bd3325aca507947718f
parent413c680627bdc324705d56537f6dfffd09f386c1
Add test for comparing following types of conditionals:

 - comparing a function pointer to NULL from a struct pointer
 - comparing a function pointer to NULL from a struct
 - bit-testing
test/sysperf/Makefile
test/sysperf/cmp.c [new file with mode: 0644]