aboutsummaryrefslogblamecommitdiffstats
path: root/test/testFuncs2.h
blob: e376c535e9fc025b42d3a065d269e214ec5e8ab7 (plain) (tree)



















                                     
extern int a[];

extern int b[] = {1, 2, 3, 4, 5, 6};

int c[2][3] = {1, 2, 3, 4, 5, 6};

int d[2][3] = {{1, 2, 3}, {4, 5, 6}};

static void test33(void);

void testFunc4()
{
	/*do shit*/
}

testFunc5( void)
{

}