1
2#include "length.h"
3
4int
5length (A &a)
6{
7 return a.length();
8}
9

source code of lldb/test/API/lang/cpp/incomplete-types/length.cpp