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

source code of lldb/test/API/lang/cpp/forward/foo.h