Files
swift-mirror/test/IDE/Inputs/print_clang_header/other-header.h

12 lines
118 B
Objective-C

#define OTHER_MACRO 1
void other_doSomething(int arg);
@interface Cake
@end
struct Arkham {};
@protocol Soul
@end