git/t/unit-tests/t-reftable-basics.c

/*
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/basics.h"

struct integer_needle_lesseq_args {};

static int integer_needle_lesseq(size_t i, void *_args)
{}

int cmd_main(int argc UNUSED, const char *argv[] UNUSED)
{}