xref: /llvm-project/lldb/test/API/lang/cpp/forward/foo.cpp (revision 10b048c8922d746b14e991f468e00b3ca67c9d95)
1 #include "foo.h"
2 
3 int foo(bar<int> *bar_ptr) { return 1; }
4