1 2 3 4 5 6 7
#include <ccan/build_assert/build_assert.h> int main(void) { BUILD_ASSERT(1 == 1); return 0; }