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