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

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

#define _DARWIN_C_SOURCE
#define _XOPEN_SOURCE 600
#include "../other/monolith.h"

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