Clang doesn't generate a function when using __array_rank #57133
Labels
clang:codegen
IR generation bugs: mangling, exceptions, etc.
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
The code (Godbolt)
generates
func()
, but doesn't generatetest_rank<void>()
.The text was updated successfully, but these errors were encountered: