void my_func(int var, int var2) { printf("var = %d, var2 = %d\n", var, var2); return; printf("this statement is never shown!\n"); } and here is the way we could ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results