1 2 3 4 5 6 7 8 9 10
// bindgen-flags: --dynamic-loading TestLib template<typename T> T foo(T x); template<> int foo(int x); template<> float foo(float x);