updated to 64bit crc version of ccan crc
[httpd-crcsyncproxy.git] / ccan / build_assert / test / compile_fail.c
bloba6867db5956f278d9001e18535421361579c32a8
1 #include "build_assert/build_assert.h"
3 int main(int argc, char *argv[])
5 #ifdef FAIL
6 BUILD_ASSERT(1 == 0);
7 #endif
8 return 0;