1#import "Point.h"
2
3@implementation Point {
4 float _x;
5 float _y;
6}
7@end
8

source code of lldb/test/API/lang/objc/class-without-methods/Point.m