Handle UB that was not exercised originally.

This commit is contained in:
Matthew Parkinson
2021-04-06 09:58:50 +01:00
committed by Matthew Parkinson
parent ebe8489910
commit 7202f9e091
2 changed files with 7 additions and 2 deletions

View File

@@ -2,8 +2,8 @@
* Unit tests for operations in bits.h
*/
#include <ds/bits.h>
#include <iostream>
#include <snmalloc.h>
#include <test/setup.h>
void test_ctz()