#include "assert.h" int main() { int i; for (i = 0; i != LARGE_INT; i++) { __VERIFIER_assert(i <= LARGE_INT); } return 0; }