mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-09-17 19:07:05 +02:00
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:
@@ -26,6 +26,6 @@ void main()
|
||||
foo.bar.y = 3.1415;
|
||||
foo.bar.foo = &foo;
|
||||
|
||||
int* fail;
|
||||
int* fail = cast(int*) 1;
|
||||
*fail = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user