1 2 3 4 5 6 7 8
#include "test_framework.h" DEFINE_TEST(hashtable) { EXPECT(1); EXPECT(0); return 0; }