view suite/dwarfdebug/dwarf2/lib.d @ 159:5acec6b2eef8 trunk

[svn r175] merged dmd 1.029
author ChristianK
date Thu, 01 May 2008 15:15:28 +0200
parents 0ab29b838084
children
line wrap: on
line source

module lib;

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