Consider the following 3 programs:
static1.c
int main(int argc, char * argv[]) { return 0; }
static2.c