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