1 2 3 4 5 6
#include <assert.h> static_assert(1, "FAIL"); int main(int argc, char *argv[]) { return 0; }