view test/bug48.d @ 324:c542d12017e5 trunk

[svn r345] Fixed the new moduleinfo stuff to have consistent symbol names with the D style.
author lindquist
date Thu, 10 Jul 2008 00:13:09 +0200
parents fd32135dca3e
children
line wrap: on
line source

module bug48;

size_t func(void *p)
{
    return cast(size_t)*cast(void* *)p;
}

void main()
{
}