#include <stdlib.h> void test() { int *s = NULL; *s = 42; }