view suite/dwarfdebug/dwarf1/lib.d @ 148:86d3bb8ca33e trunk

[svn r154] renaming enclosingtry to enclosingtryfinally to distinguish it from enclosingtrycatch, which will probably need to be added for exception handling
author ChristianK
date Sat, 22 Mar 2008 12:20:32 +0100
parents 0ab29b838084
children
line wrap: on
line source

module lib;

void lib_func()
{
    int* p;
    *p = 666;
}