blob: 6329e4791194790999bf6b6b4d75abbce14744d0 [file] [log] [blame]
#include<stdio.h>
#include"confdata.h"
#if RESULT != 42
#error Configuration RESULT is not defined correctly
#endif
#undef RESULT
#include"source.h"
#if RESULT != 23
#error Source RESULT is not defined correctly
#endif
int main(void) {
return 0;
}