view tests/mini/norun_debug7.d @ 843:880b7aa29aa4

Automated merge with http://hg.dsource.org/projects/ldc
author Christian Kamm <kamm incasoftware de>
date Fri, 12 Dec 2008 08:18:30 +0100
parents 24ea9bf5f8b7
children 925779c19395
line wrap: on
line source

module mini.norun_debug7;

int gi;

void main()
{
    int* fail;
    *fail = 0;
}