`new $c` / `new $c()` / `new $c(a, r, g, s)` / `new $c(...$args)` convert into `_by_name_construct($c, ...)` later, if $c is constexpr (class-string for example), this call will be replaced with `new T(...)` see replace-extern-func-calls.cpp
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected