Files
ldc/test/bug48.d
Tomas Lindquist Olsen 48492229ec [svn r90] Major updates to the gen directory. Redesigned the 'elem' struct. Much more... !!!
Lots of bugfixes.
Added support for special foreach on strings.
Added std.array, std.utf, std.ctype and std.uni to phobos.
Changed all the .c files in the gen dir to .cpp (it *is* C++ after all)
2007-11-03 14:44:58 +01:00

11 lines
97 B
D

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