This shouldn't emit `true`:
alias Fun = void function(int);
pragma(msg, is(Fun : RT function(Args) nothrow @nogc, RT, Args...));
The function pointer Fun should not say it's convertible to a nothrow @nogc function pointer; because it's not!
Comment #1 by robert.schadek — 2024-12-13T19:37:46Z