blob: 9f12c321bf4097cad38859791ec8bdc8280fae35 [file] [log] [blame] [edit]
#include <limits.h>
int main() { return INT_MAX + 1; }