llvm/lldb/test/API/lang/objc/conflicting-definition/TestExt/Foo.h

#ifndef __Foo_h__
#define __Foo_h__

typedef struct {
    float s;
    float d;
} CMTimeRange;

#endif