aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp/forward/foo.h
blob: a80b39f03febccd5dfa01e853a5b095ff279bbec (plain)
1
2
3
template <typename T> struct bar;

LLDB_TEST_API int foo(bar<int> *bar_ptr);