5 lines
81 B
C
5 lines
81 B
C
int test1_variable = 0;
|
|
char test2_variable = 0;
|
|
void test1(){};
|
|
void test2(){};
|