Static storage duration just means a variable declared at a namespace scope. We’ll have external linkage in the following cases:
- Functions declared without the
static
keyword areextern
- non-const variables not declared
static
and all variables declaredextern
- enums, names of classes, templates of things that satisfy above rules