#include /* * We define an array here, and we'll use it in extern2.c */ int t[2] = {22, 38}; int main(void) { f(); return 0; }