1*10b048c8SPavel Labath template <typename T> struct bar; 2*10b048c8SPavel Labath 3*10b048c8SPavel Labath LLDB_TEST_API int foo(bar<int> *bar_ptr); 4