Synopsis: | An external identifier declaration after a previous external declaration must not have a different type. |
Language: | C |
Severity Level: | 1 |
Category: | EXTERNAL DECLARATIONS |
Description: |
This behaviour is undefined.
Example: { extern int figure; } Example: { extern char figure; } |