// buggy program - faults with a write to location zero #include void umain(int argc, char **argv) { *(unsigned*)0 = 0; }