#include void test2(int (&some_array)[3]){ // passing a specific sized array by reference? with 3 pointers? } void test3(int (*some_array)[3]