view suite/dwarfdebug/dwarf2/lib.d @ 223:5ffca623b5df trunk

[svn r239] also use indirect modifier for update constraints
author ChristianK
date Fri, 06 Jun 2008 21:51:40 +0200
parents 0ab29b838084
children
line wrap: on
line source

module lib;

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