int main(void) {
    // 2147483647 is the largest possible value of type int
    return -2147483647;
}