https://issues.dlang.org/show_bug.cgi?id=22500
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ImportC CC| |[email protected] --- Comment #1 from Walter Bright <[email protected]> --- >From reading the thread, it appears that: int foo(int); int (*fp)(int) = foo; fails to compile. In my tests, it compiles successfully with both gcc and importc. If you have a test case that does fail, please reopen this with the test case. --
