mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-23 20:29:02 +02:00
10 lines
82 B
D
10 lines
82 B
D
void main()
|
|
{
|
|
void foo() {}
|
|
|
|
auto dg = &foo;
|
|
|
|
if(dg.funcptr is null)
|
|
{}
|
|
}
|