view suite/dwarfdebug/dwarf1/lib.d @ 155:7f92f477ff53 trunk

[svn r171] starting to move IR data from AST nodes into IRState; started with IrFunction
author ChristianK
date Tue, 29 Apr 2008 21:33:50 +0200
parents 0ab29b838084
children
line wrap: on
line source

module lib;

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