summaryrefslogtreecommitdiff
path: root/tests/headers/with_array_pointers_arguments.h
blob: 34f669d054eb8e3cb7273dbdc4d091fb6c88ff93 (plain)
1
2
3
4
5
// bindgen-flags: --use-array-pointers-in-arguments

int test_fn(float a, int arr[20]);

int test_fn2(const float arr[20], int b);