#include <stdio.h>

#include <stdio.h>
#include <stdint.h>

int main()
{
    uint32_t x, y;

    x = 1;
    y = 1;

    if (x &+ y) {
        printf("Integer overflow!\n");
    } else {
        printf("No overflow\n");
    }

    return 0;
}
