view suite/dwarfdebug/dwarf2/lib.d @ 253:c6f25edd6ef3 trunk

[svn r270] Forgot the test for struct debug info.
author lindquist
date Thu, 12 Jun 2008 17:01:31 +0200
parents 0ab29b838084
children
line wrap: on
line source

module lib;

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