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


#include "length.h"

int
length (A &a)
{
  return a.length();
}