1#include "foo.h"
2
3int foo(bar<int> *bar_ptr) { return 1; }
4

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