summaryrefslogtreecommitdiff
path: root/src/main.c
blob: c12bda8faeb6b764b1ee97cf7e4f22a3e9bfc823 (plain) (blame)
1
2
3
4
5
6
7
8
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

int main(void)
{
    return 0;
}