1class A;
2
3A *take_A(A *a) { return a; }
4

source code of lldb/test/API/lang/cpp/dynamic-value/forward-a.cpp