blob: 27f04c8e29a63abe3c43348bfb42bd9e8b64ca8e [file] [log] [blame]
// bindgen-flags: --dynamic-loading TestLib
template<typename T>
T foo(T x);
template<>
int foo(int x);
template<>
float foo(float x);