#import <objc/objc.h>

struct name {};

@interface name
@end

int
main() {
    return 0;
}