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