#include int main() { int *s = NULL; if (s != NULL) { *s = 42; } return 0; }