int main() { int NULL; volatile int* a = reinterpret_cast(NULL); *a = 1; return 0; }