int tcf_test_func2(void) { int func2_local1 = 1; int func2_local2 = 2; test_struct func2_local3 = { enum_val3, 153, NULL, 3.14f, 2.71 }; func2_local3.f_struct = &func2_local3; tcf_test_short++; tcf_test_func3(); func2_local1++; func2_local2 = func2_local1; return func2_local2; }
int tcf_test_func2(void) { int func2_local1 = 1; int func2_local2 = 2; test_struct func2_local3 = { enum_val3, 153, NULL, 3.14f, 2.71 }; int * func2_local4 = NULL; test_bitfields func2_local5 = { 0, 1, 2, 3, 4, 7, 9, 17, 1, 2, 3, 4, 7, 9, 17 }; func2_local3.f_struct = &func2_local3; tcf_test_short++; errno = tcf_test_short; func2_local4 = &errno; tcf_test_func3(); func2_local1++; func2_local2 = func2_local1; return func2_local2 + *func2_local4 + func2_local5.f_0; }