#include extern int quux; int * pquux = &quux; int main() { return 0; } int quux;