1 // bindgen-flags: --dynamic-loading TestLib 2 3 int foo(int x, int y); 4 int bar(void *x); 5 int baz(); 6