view tests/mini/norun_debug7.d @ 1519:6182ceeb336a

LLVM_INSTDIR -> LLVM_INCLUDEDIR fix by d0k.
author Christian Kamm <kamm incasoftware de>
date Mon, 29 Jun 2009 21:44:11 +0200
parents 925779c19395
children
line wrap: on
line source

module mini.norun_debug7;

int gi;

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