]> git.proxmox.com Git - libgit2.git/blame - tests/headertest/headertest.c
New upstream version 1.5.0+ds
[libgit2.git] / tests / headertest / headertest.c
CommitLineData
e579e0f7
MB
1/*
2 * Dummy project to validate header files
3 *
4 * This project is not intended to be executed, it should only include all
5 * header files to make sure that they can be used with stricter compiler
6 * settings than the libgit2 source files generally supports.
7 */
8#include "git2.h"
9
10int main(void)
11{
12 return 0;
13}