mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-13 11:23:14 +01:00
10 lines
97 B
D
10 lines
97 B
D
module mini.norun_debug7;
|
|
|
|
int gi;
|
|
|
|
void main()
|
|
{
|
|
int* fail = cast(int*) 1;
|
|
*fail = 0;
|
|
}
|