]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/lang/cpp/incomplete-types/length.h
Vendor import of lldb trunk r256945:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / lang / cpp / incomplete-types / length.h
1 #ifndef __LENGTH_H__
2 #define __LENGTH_H__
3
4 #include "a.h"
5
6 int length (A &a);
7
8 #endif