view suite/dwarfdebug/dwarf1/lib.d @ 142:a123dca8349b trunk

[svn r146] fixed some potential problems with mismatch in order of interfaces in class data layout
author lindquist
date Wed, 23 Jan 2008 15:48:19 +0100
parents 0ab29b838084
children
line wrap: on
line source

module lib;

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