/* Copyright 2020 Google LLC Use of this source code is governed by a BSD-style license that can be found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd */ #include "test-lib.h" #include "reftable/tree.h" static int t_compare(const void *a, const void *b) { … } struct curry { … }; static void store(void *arg, void *key) { … } static void t_tree_search(void) { … } static void t_infix_walk(void) { … } int cmd_main(int argc UNUSED, const char *argv[] UNUSED) { … }