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

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