1#ifndef __A_H__
2#define __A_H__
3
4class A
5{
6public:
7 A();
8 virtual int length();
9};
10
11#endif
12

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