xref: /llvm-project/lldb/test/API/lang/cpp/forward/foo.h (revision 10b048c8922d746b14e991f468e00b3ca67c9d95)
1 template <typename T> struct bar;
2 
3 LLDB_TEST_API int foo(bar<int> *bar_ptr);
4