extern int elsewhere; static int here; int main() { static int hiddenHere; register int probablyIgnored; int implicitAuto; return 0; }
Comment