view suite/dwarfdebug/dwarf1/lib.d @ 271:1e6e2b5d5bfe trunk

[svn r292] Fixed: string switch was broken in several ways. Fixed: TypeInfo_Typedef.next was incorrect (return base of base instead of just base). Fixed: ClassInfo offset type info (offTi) had invalid offsets.
author lindquist
date Wed, 18 Jun 2008 21:31:05 +0200
parents 0ab29b838084
children
line wrap: on
line source

module lib;

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