summaryrefslogtreecommitdiff
path: root/libs/incident/tests/c_api_compile_test.c
blob: e1620dfe3280ced253a5562f28e9893fa37009fb (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <stdio.h>
#include <incident/incident_report.h>

/*
 * This file ensures that incident/incident_report.h actually compiles with C,
 * since there is no other place in the tree that actually uses it from C.
 */
int not_called() {
    return 0;
}