I added this line in my c code
uint64_t *ab_cd; //Line 1
It throws an error stating "external symbol 'ab_cd' defined without a prior declaration".
RULE 8.4 says that "A compatible declaration shall be visible when an object or function with external linkage is defined"