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

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

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