Files
third_party_rust_bindgen/tests/headers/without_array_pointers_arguments.h
T
2019-05-22 13:45:59 +02:00

9 lines
153 B
C

int test_fn(float a, int arr[20]);
int test_fn2(const float arr[20], int b);
typedef char defArr[20];
typedef void foo(defArr a);
void bar(defArr a);