1 
2 int test_fn(float a, int arr[20]);
3 
4 int test_fn2(const float arr[20], int b);
5 
6 typedef char defArr[20];
7 typedef void foo(defArr a);
8 
9 void bar(defArr a);