]> git.proxmox.com Git - libgit2.git/blob - tests/headertest/headertest.c
New upstream version 1.5.0+ds
[libgit2.git] / tests / headertest / headertest.c
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
10 int main(void)
11 {
12 return 0;
13 }