summaryrefslogtreecommitdiff
path: root/auto_tests/monolith_test.c
blob: 253d2bd353caefa911b6516cbc5cfe2ef3c73f5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Auto Tests: One instance.
 */

#define _DARWIN_C_SOURCE
#define _XOPEN_SOURCE 600

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include "../other/monolith.h"

int main(int argc, char *argv[])
{
    return 0;
}