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

#ifndef __Foo_h__
#define __Foo_h__

typedef struct {
    float start;
    float duration;
} CMTimeRange;

#endif