#include <assert.h> int main() { assert(0); // Error: undefined identifier `__PRETTY_FUNCTION__` }
@WalterBright created dlang/dmd pull request #14712 "fix Issue 23566 - ImportC: __PRETTY_FUNCTION__ is not defined" fixing this issue: - fix Issue 23566 - ImportC: __PRETTY_FUNCTION__ is not defined https://github.com/dlang/dmd/pull/14712
dlang/dmd pull request #14712 "fix Issue 23566 - ImportC: __PRETTY_FUNCTION__ is not defined" was merged into master: - 6863470e44ed4d84f195caff0770f68d0449c093 by Walter Bright: fix Issue 23566 - ImportC: __PRETTY_FUNCTION__ is not defined https://github.com/dlang/dmd/pull/14712