summaryrefslogtreecommitdiff
path: root/regress/include/bitstring/good
AgeCommit message (Collapse)Author
2024-08-26Test bitstring macro evaluation.Alexander Bluhm
For all bitstring macros, add a test with side effects in the arguments. Also fix compiler warnings and wrap long line. In main() replace exit(0) with return(0) to check stack canary. Create expected test files with make target create-good. OK florian deraadt@
2024-08-23Putting Xs into squares is all the rage with statisticians. We shouldFlorian Obser
test that they can use bitstring macros for that. with & OK deraadt OK bluhm
1995-10-18initial import of NetBSD treeTheo de Raadt