error: mismatched arguments in function of type 'int *(int *)': expected 1st parameter to be of type 'int *', found 'int'
|  --> in tests/fixtures/function_arg_type_check.c:8:12
|
8   a = *some(a);
|            ^
1 error generated.
