Code:
int *_ap = &1;
*_ap += 1;
error ( str_for_int ( NULL, 1 ) ); // Prints 2