static
specifier has no effect when only used in function declaration
#624
Labels
static
specifier has no effect when only used in function declaration
#624
Issue description:
Using the
static
specifier in a new-style function declaration, but omitting it in the definitionresults in
static
having no effect on the function, so the latter can be called from other filesMinimal complete verifiable example (MCVE):
See above.
Workspace Information:
The text was updated successfully, but these errors were encountered: