1 #include <stdio.h>
2 
3 int common10;
4 int common11;
5 
6 int data10 = 10;
7 int data11 = 11;
8