module tangotests.debug3; void main() { int i = 42; int* ip = &i; int* fail; *fail = 0; }