I ran into another issue like the one fixed by r1318, so update all of

`tests/mini/norun_debug*` to hopefully keep crashing using the same trick.
This commit is contained in:
Frits van Bommel
2009-05-28 02:28:30 +02:00
parent a24a2201f1
commit b06fa1f05e
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -26,6 +26,6 @@ void main()
foo.bar.y = 3.1415;
foo.bar.foo = &foo;
int* fail;
int* fail = cast(int*) 1;
*fail = 0;
}