blob: 9c1a4d350906646f8fb4839710f32a6d1ebc7481 [file] [log] [blame]
#include <assert.h>
#include <stdbool.h>
int main() {
assert(false && "this is a test");
return 0;
}