xref: /llvm-project/lldb/test/API/lang/objc/conflicting-definition/TestExt/Foo.h (revision 99451b4453688a94c6014cac233d371ab4cc342d)
1 #ifndef __Foo_h__
2 #define __Foo_h__
3 
4 typedef struct {
5     float s;
6     float d;
7 } CMTimeRange;
8 
9 #endif
10