llvm/lldb/test/API/lang/cpp/incomplete-types/a.cpp


#include "a.h"

A::A () { }

int
A::length ()
{
  return 123;
}