mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 10:53:14 +01:00
11 lines
97 B
D
11 lines
97 B
D
module bug48;
|
|
|
|
size_t func(void *p)
|
|
{
|
|
return cast(size_t)*cast(void* *)p;
|
|
}
|
|
|
|
void main()
|
|
{
|
|
}
|