This includes - in the root scope #71 - inside functions - inside the parameter list #134 Examples: ``` int (*fcnPtr1)(int a); B(*value)(); ```