summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/lang/objc/conflicting-definition/TestExt/Foo.h
blob: 7c90e6ca8e3ee719c6b0f067aa8174915341ea4c (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef __Foo_h__
#define __Foo_h__

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

#endif