Taking the following program:
#include #include int main(void) { int *a = &(int) {4}; ptrdiff_t b = (a+1) - a; i