From 11f47b98a19ac74c0b38c1d8d795f6bd4e185bf5 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 21 Nov 2016 01:24:22 +0330 Subject: updated the tests --- test/testFuncs1.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'test/testFuncs1.h') diff --git a/test/testFuncs1.h b/test/testFuncs1.h index 8276c18..c047cc2 100644 --- a/test/testFuncs1.h +++ b/test/testFuncs1.h @@ -5,7 +5,12 @@ #define FALSE 0 #define TRUE 1 - +/***********************************************Global******************************************************/ +extern union uni { + int a; + double b; + char str[20]; +} uni1; /***********************************************************************************************************/ /*choose the compiler*/ @@ -107,6 +112,11 @@ void babeFunk (int entry); test3(); double test4 (int aa, int bb, double cc); void test5(void); +void test6(void); +void test7(void); +void test8(void); +void test9(void); +void test10(void); /***********************************************************************************************************/ /*ive been intentionally left blank. dont touch me.*/ -- cgit v1.2.3