1#ifndef __LENGTH_H__
2#define __LENGTH_H__
3
4#include "a.h"
5
6int length (A &a);
7
8#endif
9

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