mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-09-26 07:10:18 +02:00
Add broken .funcptr test.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
void foo() {}
|
||||
|
||||
auto dg = &foo;
|
||||
|
||||
if(dg.funcptr is null)
|
||||
{}
|
||||
}
|
||||
Reference in New Issue
Block a user