void test_create() {
   TS_ASSERT(kind_of<CompactLookupTable>(tbl));
   TS_ASSERT_EQUALS(tbl->num_fields(), (native_int)COMPACTLOOKUPTABLE_SIZE);
 }