mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
12 lines
118 B
Objective-C
12 lines
118 B
Objective-C
#define OTHER_MACRO 1
|
|
|
|
void other_doSomething(int arg);
|
|
|
|
@interface Cake
|
|
@end
|
|
|
|
struct Arkham {};
|
|
|
|
@protocol Soul
|
|
@end
|