1 int test1_variable = 0;
2 char test2_variable = 0;
test1null3 void test1(){};
test2null4 void test2(){};
5