// bindgen-flags: --dynamic-loading TestLib template T foo(T x); template<> int foo(int x); template<> float foo(float x);