view suite/dwarfdebug/dwarf2/lib.d @ 157:5c17f81fc1c1 trunk

[svn r173] moved IR state previously stored in Type into IrType and a Type->IrType map; fixes #7
author ChristianK
date Thu, 01 May 2008 13:32:08 +0200
parents 0ab29b838084
children
line wrap: on
line source

module lib;

T lib_templ_func(T)(T* a)
{
    return *a;
}