Well formedness of types in extern functions is not checked #73253
Labels
A-type-system
Area: Type system
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This does only error once we actually use
foo
.The following errors when we declare
foo
Extern statics are also checked:
I expected that we also check the well formedness of function declarations in extern blocks
The text was updated successfully, but these errors were encountered: